diff options
| -rw-r--r-- | examples/remoteobjects/timemodel.rep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/remoteobjects/timemodel.rep b/examples/remoteobjects/timemodel.rep index 0c9ca6a..c07ee2c 100644 --- a/examples/remoteobjects/timemodel.rep +++ b/examples/remoteobjects/timemodel.rep @@ -7,7 +7,7 @@ class MinuteTimer PROP(int hour=1); PROP(int minute=51); SIGNAL(timeChanged()); - SIGNAL(timeChanged2(const QTime &t)); + SIGNAL(timeChanged2(QTime t)); SIGNAL(sendCustom(PresetInfo info)); SIGNAL(foo(QMap<QString, QString> foo)); SLOT(void SetTimeZone(const int &)); |
