summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-07-23 14:52:04 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-23 15:26:25 +0200
commitce7a3b0237678de1b1082fea3e594bc4d6723a2f (patch)
treeda02262e2fd0615e42d2c9e970e34a906a51f83e /src
parentf761df4669f5cbe6cc6a3f0360fbd403e662640a (diff)
downloadqtactiveqt-ce7a3b0237678de1b1082fea3e594bc4d6723a2f.tar.gz
Remove use of qWinMsgHandler.
This is no longer required, nor does it build, as it had been removed. Change-Id: I38f16b9627ddc4606cc9fac0e5e99686c4a26b2d Reviewed-by: David Faure <faure@kde.org> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/activeqt/control/qaxserverbase.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/activeqt/control/qaxserverbase.cpp b/src/activeqt/control/qaxserverbase.cpp
index 1108660..a272104 100644
--- a/src/activeqt/control/qaxserverbase.cpp
+++ b/src/activeqt/control/qaxserverbase.cpp
@@ -782,7 +782,6 @@ bool qax_winEventFilter(void *message)
return hres == S_OK;
}
-extern void qWinMsgHandler(QtMsgType t, const char* str);
// COM Factory class, mapping COM requests to ActiveQt requests.
// One instance of this class for each ActiveX the server can provide.
@@ -856,7 +855,6 @@ public:
// Make sure a QApplication instance is present (inprocess case)
if (!qApp) {
- qInstallMsgHandler(qWinMsgHandler);
qax_ownQApp = true;
int argc = 0;
QApplication *app = new QApplication(argc, 0);