summaryrefslogtreecommitdiffstats
path: root/src/client/qjsondbwatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qjsondbwatcher.h')
-rw-r--r--src/client/qjsondbwatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qjsondbwatcher.h b/src/client/qjsondbwatcher.h
index c2101ed..d647fdf 100644
--- a/src/client/qjsondbwatcher.h
+++ b/src/client/qjsondbwatcher.h
@@ -115,7 +115,7 @@ public:
Q_SIGNALS:
void notificationsAvailable(int count);
void statusChanged(QtJsonDb::QJsonDbWatcher::Status newStatus);
- void error(int code, const QString &message);
+ void error(QtJsonDb::QJsonDbWatcher::ErrorCode code, const QString &message);
// signals for properties
void lastStateNumberChanged(int stateNumber);