┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-04-08 19:08:23 +0000
committerPeter Penz <[email protected]>2008-04-08 19:08:23 +0000
commit6c3a2002b49c783df8bffba8f2c6c3f48d37904e (patch)
tree11033120e43d9722424f935d1d5483453f325397 /src/dolphinview.h
parent15ede69da8cc5f107b96a51af5ad8f76bb0424ce (diff)
Bypassed a Qt-issue where enabling the menu-animation for QApplication emits a clicked() signal during the context menu is open. I got no bug-number from the Trolltech tasktracker yet, I'll update the number xxxxxx by the real number as soon as I received the bug-number.
BUG: 155574 svn path=/trunk/KDE/kdebase/apps/; revision=794872
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index c058338a8..40d382738 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -639,6 +639,7 @@ private:
bool m_showPreview;
bool m_loadingDirectory;
bool m_storedCategorizedSorting;
+ bool m_isContextMenuOpen; // TODO: workaround for Qt-issue xxxxxx
Mode m_mode;
DolphinMainWindow* m_mainWindow;