diff options
Diffstat (limited to 'common/resourceaccess.h')
-rw-r--r-- | common/resourceaccess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resourceaccess.h b/common/resourceaccess.h index e1c01d7..2fe83ed 100644 --- a/common/resourceaccess.h +++ b/common/resourceaccess.h | |||
@@ -55,7 +55,7 @@ public: | |||
55 | Q_SIGNALS: | 55 | Q_SIGNALS: |
56 | void ready(bool isReady); | 56 | void ready(bool isReady); |
57 | void revisionChanged(qint64 revision); | 57 | void revisionChanged(qint64 revision); |
58 | void notification(ResourceNotification revision); | 58 | void notification(Notification revision); |
59 | 59 | ||
60 | public Q_SLOTS: | 60 | public Q_SLOTS: |
61 | virtual void open() = 0; | 61 | virtual void open() = 0; |