summaryrefslogtreecommitdiffstats
path: root/common/resource.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-19 14:47:11 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-19 14:47:11 +0100
commit336e88d4bd330e0d28861c7f702711f53996bfca (patch)
tree82a58ccb3c4d15600a004b319e720bf722e31439 /common/resource.h
parentcd7287325944571e9d53b00b48abdba4c9257474 (diff)
downloadsink-336e88d4bd330e0d28861c7f702711f53996bfca.tar.gz
sink-336e88d4bd330e0d28861c7f702711f53996bfca.zip
ResourceNotification -> Notification
Diffstat (limited to 'common/resource.h')
-rw-r--r--common/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resource.h b/common/resource.h
index 2168e82..2ae71a0 100644
--- a/common/resource.h
+++ b/common/resource.h
@@ -57,7 +57,7 @@ public:
57 57
58Q_SIGNALS: 58Q_SIGNALS:
59 void revisionUpdated(qint64); 59 void revisionUpdated(qint64);
60 void notify(ResourceNotification); 60 void notify(Notification);
61 61
62private: 62private:
63 class Private; 63 class Private;