diff options
| author | Kevin Smith <git@kismith.co.uk> | 2010-10-05 18:24:02 (GMT) |
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2010-10-05 18:24:02 (GMT) |
| commit | bfeca3cc938e325bf2cc2d9105c719feb1fe28ee (patch) | |
| tree | 8089a181b678912432f0ae4a61759b92566c62fb /SwifTools/Notifier/Notifier.h | |
| parent | 6cdd48b30526761f5c6365496e30580ed3bd8a82 (diff) | |
| download | swift-bfeca3cc938e325bf2cc2d9105c719feb1fe28ee.zip swift-bfeca3cc938e325bf2cc2d9105c719feb1fe28ee.tar.bz2 | |
Create 'Enable notifications' menu on Linux.
I've not actually tested this on Linux...
Resolves: #594
Diffstat (limited to 'SwifTools/Notifier/Notifier.h')
| -rw-r--r-- | SwifTools/Notifier/Notifier.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SwifTools/Notifier/Notifier.h b/SwifTools/Notifier/Notifier.h index ad9b324..76d6382 100644 --- a/SwifTools/Notifier/Notifier.h +++ b/SwifTools/Notifier/Notifier.h @@ -33,6 +33,8 @@ namespace Swift { enabled = b; } + bool getEnabled() {return enabled;} + private: virtual void doShowMessage( Type type, |
Swift