summaryrefslogtreecommitdiffstats
path: root/tools/testcon/mainwindow.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-09-13 15:30:32 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-26 15:48:22 +0200
commitc1055700b2e1a67ff29324ede8f1be61e35c2b67 (patch)
tree526010a08c098cf8fd8aef5bb3432f3a81a029d8 /tools/testcon/mainwindow.h
parent8cd216f52b9ed29cc4faeafd3237f6ca86af4fb7 (diff)
Tools: Use qInstallMessageHandler()
qInstallMsgHandler got deprecated in Qt 5. Change-Id: Ibff2c3124440e8d9572536167c1c89a05cc20816 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tools/testcon/mainwindow.h')
-rw-r--r--tools/testcon/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testcon/mainwindow.h b/tools/testcon/mainwindow.h
index 2a3799c..5a659a8 100644
--- a/tools/testcon/mainwindow.h
+++ b/tools/testcon/mainwindow.h
@@ -94,7 +94,7 @@ private:
QAxScriptManager *scripts;
QMdiArea *mdiArea;
- QtMsgHandler oldDebugHandler;
+ QtMessageHandler oldDebugHandler;
private slots:
void updateGUI();