diff options
Diffstat (limited to 'SwifTools/Dock/WindowsDock.h')
| -rw-r--r-- | SwifTools/Dock/WindowsDock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SwifTools/Dock/WindowsDock.h b/SwifTools/Dock/WindowsDock.h index fc10a48..f9a9dae 100644 --- a/SwifTools/Dock/WindowsDock.h +++ b/SwifTools/Dock/WindowsDock.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (c) 2010-2016 Isode Limited. | 2 | * Copyright (c) 2010-2018 Isode Limited. |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * See the COPYING file for more information. | 4 | * See the COPYING file for more information. |
| 5 | */ | 5 | */ |
| @@ -18,7 +18,7 @@ namespace Swift { | |||
| 18 | public: | 18 | public: |
| 19 | WindowsDock(QSystemTrayIcon* tray, Notifier* notifier) : tray(tray), notifier(notifier) {} | 19 | WindowsDock(QSystemTrayIcon* tray, Notifier* notifier) : tray(tray), notifier(notifier) {} |
| 20 | 20 | ||
| 21 | virtual void setNumberOfPendingMessages(int i) { | 21 | virtual void setNumberOfPendingMessages(size_t i) { |
| 22 | if (notifier->isAvailable()) { | 22 | if (notifier->isAvailable()) { |
| 23 | return; | 23 | return; |
| 24 | } | 24 | } |
Swift