From 19787d664c6112b8af8d885a5d1cdf705cba8152 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 2 Jun 2023 22:43:56 +0200 Subject: Fix QChar range --- src/dock/Dock.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dock/Dock.cpp') diff --git a/src/dock/Dock.cpp b/src/dock/Dock.cpp index 08e7adba..0b573c20 100644 --- a/src/dock/Dock.cpp +++ b/src/dock/Dock.cpp @@ -60,6 +60,8 @@ void Dock::setUnreadCount(const int count) { unitySetNotificationCount(count); + + // qGuiApp->setBadgeNumber(count); } void Dock::unitySetNotificationCount(const int count) -- cgit 1.5.1