Make systrayIconFlavor in Theme private

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2023-01-25 16:07:17 +01:00
parent 5c42da4de5
commit 39bba2d968
No known key found for this signature in database
GPG Key ID: C839200C384636B0
1 changed files with 4 additions and 3 deletions

View File

@ -293,9 +293,6 @@ public:
*/
virtual QString enforcedLocale() const { return QString(); }
/** colored, white or black */
QString systrayIconFlavor(bool mono) const;
#ifndef TOKEN_AUTH_ONLY
/**
* Override to use a string or a custom image name.
@ -608,6 +605,10 @@ private:
Theme &operator=(Theme const &);
void connectToPaletteSignal();
/** colored, white or black */
QString systrayIconFlavor(bool mono) const;
#if defined(Q_OS_WIN)
QPalette reserveDarkPalette; // Windows 11 button and window dark colours
#endif