diff options
Diffstat (limited to 'Swift/QtUI/FreeDesktopNotifier.h')
-rw-r--r-- | Swift/QtUI/FreeDesktopNotifier.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/FreeDesktopNotifier.h b/Swift/QtUI/FreeDesktopNotifier.h index 6583493..0bbf6bb 100644 --- a/Swift/QtUI/FreeDesktopNotifier.h +++ b/Swift/QtUI/FreeDesktopNotifier.h @@ -7,6 +7,7 @@ #pragma once #include "SwifTools/Notifier/Notifier.h" +#include "QtCachedImageScaler.h" namespace Swift { class FreeDesktopNotifier : public Notifier { @@ -17,5 +18,6 @@ namespace Swift { private: String applicationName; + QtCachedImageScaler imageScaler; }; } |