Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2015-09-04 12:58:50 +0300
committerChristian Kamm <mail@ckamm.de>2015-09-04 16:31:36 +0300
commit699acc99e4875c9f5b09f12b084330f3f2020681 (patch)
tree44e4493bef4e0bf71592bd1b52e6fc5cb40ca01c /src/gui/owncloudgui.h
parent90338499d36d453c90885c910c71a07ef1e26645 (diff)
Tray: Don't use the tray workaround with the KDE theme #3706
That just triggers another bug...
Diffstat (limited to 'src/gui/owncloudgui.h')
-rw-r--r--src/gui/owncloudgui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/owncloudgui.h b/src/gui/owncloudgui.h
index 3f4e09f98..891bd74d7 100644
--- a/src/gui/owncloudgui.h
+++ b/src/gui/owncloudgui.h
@@ -98,6 +98,7 @@ private:
QScopedPointer<QMenu> _contextMenu;
QMenu *_recentActionsMenu;
QVector<QMenu*> _accountMenus;
+ bool _qdbusmenuWorkaround;
QAction *_actionLogin;
QAction *_actionLogout;