Kaynağa Gözat

Theme: Fix compiler warning

Relates #5227
Olivier Goffart 9 yıl önce
ebeveyn
işleme
57fe7b800f
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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");