diff options
Diffstat (limited to 'common/resource.h')
-rw-r--r-- | common/resource.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/resource.h b/common/resource.h index 4ed21b5..2ae71a0 100644 --- a/common/resource.h +++ b/common/resource.h | |||
@@ -17,10 +17,12 @@ | |||
17 | * You should have received a copy of the GNU Lesser General Public | 17 | * You should have received a copy of the GNU Lesser General Public |
18 | * License along with this library. If not, see <http://www.gnu.org/licenses/>. | 18 | * License along with this library. If not, see <http://www.gnu.org/licenses/>. |
19 | */ | 19 | */ |
20 | #pragma once | ||
20 | 21 | ||
21 | #include <akonadi2common_export.h> | 22 | #include <akonadi2common_export.h> |
22 | 23 | ||
23 | #include <Async/Async> | 24 | #include <Async/Async> |
25 | #include "notification.h" | ||
24 | 26 | ||
25 | namespace Akonadi2 | 27 | namespace Akonadi2 |
26 | { | 28 | { |
@@ -55,6 +57,7 @@ public: | |||
55 | 57 | ||
56 | Q_SIGNALS: | 58 | Q_SIGNALS: |
57 | void revisionUpdated(qint64); | 59 | void revisionUpdated(qint64); |
60 | void notify(Notification); | ||
58 | 61 | ||
59 | private: | 62 | private: |
60 | class Private; | 63 | class Private; |