summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qmldebugclient.cpp
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-26 03:28:05 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-26 03:28:05 (GMT)
commit20e9783d0fc3c71b2a569edda407801aa2e3c371 (patch)
tree1c7ae5c35acc01e613656bb56338a4a2228c9368 /src/declarative/debugger/qmldebugclient.cpp
parent1a9eeae1ee92516abd2278b0ebf23687ff865cd7 (diff)
downloadQt-20e9783d0fc3c71b2a569edda407801aa2e3c371.zip
Qt-20e9783d0fc3c71b2a569edda407801aa2e3c371.tar.gz
Qt-20e9783d0fc3c71b2a569edda407801aa2e3c371.tar.bz2
Use Q_SLOTS and Q_SIGNALS.
Diffstat (limited to 'src/declarative/debugger/qmldebugclient.cpp')
-rw-r--r--src/declarative/debugger/qmldebugclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/debugger/qmldebugclient.cpp b/src/declarative/debugger/qmldebugclient.cpp
index 7c5c37b..d13de57 100644
--- a/src/declarative/debugger/qmldebugclient.cpp
+++ b/src/declarative/debugger/qmldebugclient.cpp
@@ -57,7 +57,7 @@ public:
QStringList enabled;
QHash<QString, QmlDebugClient *> plugins;
-public slots:
+public Q_SLOTS:
void connected();
void readyRead();
};