summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-02-14 16:46:31 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-17 13:47:53 +0100
commit93af98f72a9f7bbca6013382349c0a2e7f1ab1a7 (patch)
treec1edd04d30e2a5b22b560855d19b69c18f449df2 /src/widgets/kernel/qapplication.cpp
parent3efb0d50e590f6a1e8d67d0136a648cd3b97c37d (diff)
Widgets: Remove obsolete QGuiPlatformPlugin.
It has been superseeded by QPlatformTheme. Task-number: QTBUG-24204 Change-Id: I8c4131c7bfd8201e747984d772ed8042610192b8 Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
Diffstat (limited to 'src/widgets/kernel/qapplication.cpp')
-rw-r--r--src/widgets/kernel/qapplication.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp
index ae4f5e01b7..f7153a0f32 100644
--- a/src/widgets/kernel/qapplication.cpp
+++ b/src/widgets/kernel/qapplication.cpp
@@ -80,8 +80,6 @@
#include <private/qt_x11_p.h>
#endif
-#include "qguiplatformplugin_p.h"
-
#include <qthread.h>
#include <private/qthread_p.h>
@@ -758,10 +756,6 @@ void QApplicationPrivate::construct(
qCritical("Library qttestability load failed!");
}
}
-
- //make sure the plugin is loaded
- if (qt_is_gui_used)
- qt_guiPlatformPlugin();
#endif
}