Explorar o código

Theme: Fix compiler warning

Relates #5227
Olivier Goffart %!s(int64=9) %!d(string=hai) anos
pai
achega
57fe7b800f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/libsync/theme.cpp

+ 1 - 0
src/libsync/theme.cpp

@@ -237,6 +237,7 @@ QString Theme::defaultClientFolder() const
 
 QString Theme::systrayIconFlavor(bool mono, bool sysTrayMenuVisible ) const
 {
+    Q_UNUSED(sysTrayMenuVisible)
     QString flavor;
     if (mono) {
         flavor = Utility::hasDarkSystray() ? QLatin1String("white") : QLatin1String("black");