summary refs log tree commit diff
path: root/src/dock/Dock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dock/Dock.cpp')
-rw-r--r--src/dock/Dock.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dock/Dock.cpp b/src/dock/Dock.cpp

index 4dedf94f..25b65c0c 100644 --- a/src/dock/Dock.cpp +++ b/src/dock/Dock.cpp
@@ -82,8 +82,10 @@ Dock::unitySetNotificationCount(const int count) #else Dock::Dock(QObject *parent) : QObject(parent) -{} +{ +} void Dock::setUnreadCount(const int) -{} +{ +} #endif