From 4abc6e00d1a2eca205640b61f20d4af95ec2a9ab Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 24 Aug 2009 16:35:59 +1000 Subject: Remove last vestiges of the qtusagereporter. Reviewed-by: Trust Me --- tools/designer/src/designer/main.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'tools/designer') diff --git a/tools/designer/src/designer/main.cpp b/tools/designer/src/designer/main.cpp index f76a68aad3..87f25362d3 100644 --- a/tools/designer/src/designer/main.cpp +++ b/tools/designer/src/designer/main.cpp @@ -51,20 +51,6 @@ int main(int argc, char *argv[]) { Q_INIT_RESOURCE(designer); - // report Qt usage for commercial customers with a "metered license" (currently experimental) -#if QT_EDITION != QT_EDITION_OPENSOURCE - QString reporterPath = QLibraryInfo::location(QLibraryInfo::BinariesPath); - reporterPath += QDir::separator(); - reporterPath += QLatin1String("qtusagereporter"); -#if defined(Q_OS_WIN) - reporterPath += QLatin1String(".exe"); -#endif -#ifndef Q_OS_WINCE - if (QFile::exists(reporterPath)) - ::system(qPrintable(reporterPath + QLatin1String(" designer"))); -#endif -#endif - QDesigner app(argc, argv); app.setQuitOnLastWindowClosed(false); -- cgit v1.2.3