diff options
Diffstat (limited to 'testnotification/testnotificationprovider.h')
-rw-r--r-- | testnotification/testnotificationprovider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testnotification/testnotificationprovider.h b/testnotification/testnotificationprovider.h index 9931ea0..7bca1f3 100644 --- a/testnotification/testnotificationprovider.h +++ b/testnotification/testnotificationprovider.h @@ -21,6 +21,7 @@ private slots: void generateNotification(); private: + static int _counter; QTimer *_timer; }; |