From edbf2bfc109ce94b2604ea20328fda25542e4383 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sun, 4 Jun 2006 15:52:05 +0000 Subject: * qt/: Update to Subversion r548032. This includes a big reorganisation of the files inside the subdir. We really need a version control system that supports moving of files. I'm not bothering with history anyways anymore, since the bindings will be moved out to git. The history should be restored from Subversion when that happens. --- qt/examples/complexpong.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/examples/complexpong.h') 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; -- cgit