summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qmldebug.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-29 06:27:07 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-29 06:27:07 (GMT)
commitd85d7addc5084ee7d5de31dec562437f9c31c35d (patch)
tree53f88ba873a998ac99b835c7cde2d26696422336 /src/declarative/debugger/qmldebug.h
parent7d8fc7c68a85aa356e0ea8956f81c0d56216e320 (diff)
downloadQt-d85d7addc5084ee7d5de31dec562437f9c31c35d.zip
Qt-d85d7addc5084ee7d5de31dec562437f9c31c35d.tar.gz
Qt-d85d7addc5084ee7d5de31dec562437f9c31c35d.tar.bz2
fix macros
Diffstat (limited to 'src/declarative/debugger/qmldebug.h')
-rw-r--r--src/declarative/debugger/qmldebug.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/declarative/debugger/qmldebug.h b/src/declarative/debugger/qmldebug.h
index 23d98aa..d7e4f5a 100644
--- a/src/declarative/debugger/qmldebug.h
+++ b/src/declarative/debugger/qmldebug.h
@@ -45,6 +45,12 @@
#include <QtCore/qurl.h>
#include <QtCore/qvariant.h>
+QT_BEGIN_HEADER
+
+QT_BEGIN_NAMESPACE
+
+QT_MODULE(Declarative)
+
class QmlDebugConnection;
class QmlDebugWatch;
class QmlDebugPropertyWatch;
@@ -105,7 +111,7 @@ public:
int objectDebugId() const;
State state() const;
-signals:
+Q_SIGNALS:
void stateChanged(State);
//void objectChanged(int, const QmlDebugObjectReference &);
//void valueChanged(int, const QVariant &);
@@ -161,7 +167,7 @@ public:
// bool waitUntilCompleted();
-signals:
+Q_SIGNALS:
void stateChanged(State);
protected:
@@ -351,4 +357,8 @@ private:
};
+QT_END_NAMESPACE
+
+QT_END_HEADER
+
#endif // QMLDEBUG_H