summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-10-08 08:30:19 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-10-08 08:30:19 (GMT)
commit6f5c3d1c6f9d3a826821d12139070e9772eae749 (patch)
tree6262f38bb072c4efa69d93b7c8f455a9046efe85 /src/declarative/debugger
parente2ed7541bace9c2b0845b2f9b51611d41874a601 (diff)
downloadQt-6f5c3d1c6f9d3a826821d12139070e9772eae749.zip
Qt-6f5c3d1c6f9d3a826821d12139070e9772eae749.tar.gz
Qt-6f5c3d1c6f9d3a826821d12139070e9772eae749.tar.bz2
Remove a bunch of unneeded semicolons.
Diffstat (limited to 'src/declarative/debugger')
-rw-r--r--src/declarative/debugger/qmldebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/debugger/qmldebug.h b/src/declarative/debugger/qmldebug.h
index 9fd5fae..681ee08 100644
--- a/src/declarative/debugger/qmldebug.h
+++ b/src/declarative/debugger/qmldebug.h
@@ -46,7 +46,7 @@ public:
QObject *parent = 0);
private:
- Q_DECLARE_PRIVATE(QmlEngineDebug);
+ Q_DECLARE_PRIVATE(QmlEngineDebug)
};
class Q_DECLARATIVE_EXPORT QmlDebugWatch : public QObject