summaryrefslogtreecommitdiffstats
path: root/qt/examples/complexpong.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt/examples/complexpong.h')
-rw-r--r--qt/examples/complexpong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/examples/complexpong.h b/qt/examples/complexpong.h
index eaf5065f..c6ad2dbb 100644
--- a/qt/examples/complexpong.h
+++ b/qt/examples/complexpong.h
@@ -28,7 +28,7 @@ class Pong: public QDBusAbstractAdaptor
{
Q_OBJECT
Q_CLASSINFO("D-Bus Interface", "com.trolltech.QtDBus.ComplexPong.Pong")
- Q_PROPERTY(QString value READ value WRITE setValue);
+ Q_PROPERTY(QString value READ value WRITE setValue)
public:
QString m_value;
QString value() const;