diff options
Diffstat (limited to 'Swift/QtUI/FreeDesktopNotifier.h')
| -rw-r--r-- | Swift/QtUI/FreeDesktopNotifier.h | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/Swift/QtUI/FreeDesktopNotifier.h b/Swift/QtUI/FreeDesktopNotifier.h index 4ba02b4..6da7621 100644 --- a/Swift/QtUI/FreeDesktopNotifier.h +++ b/Swift/QtUI/FreeDesktopNotifier.h @@ -1,5 +1,5 @@  /* - * Copyright (c) 2010 Remko Tronçon + * Copyright (c) 2010 -2012 Remko Tronçon   * Licensed under the GNU General Public License v3.   * See Documentation/Licenses/GPLv3.txt for more information.   */ @@ -15,9 +15,8 @@ namespace Swift {  			FreeDesktopNotifier(const std::string& name);  			virtual void showMessage(Type type, const std::string& subject, const std::string& description, const boost::filesystem::path& picture, boost::function<void()> callback); -			virtual void purgeCallbacks() { -#warning FIXME implement. -			}; +			virtual void purgeCallbacks() {} +  		private:  			std::string applicationName;  			QtCachedImageScaler imageScaler; | 
 Swift
 Swift