┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontroller.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-11-23 11:54:24 +0000
committerPeter Penz <[email protected]>2008-11-23 11:54:24 +0000
commitd5c0a60505fd5f20a4069d8fe3bcf4ae0b0b3594 (patch)
tree9f875073ccb68d6bcf9bfc2af297eee4ff561812 /src/dolphincontroller.h
parent98d3d7479082ef6fc248a4124724226234571c72 (diff)
Fixes MS Windows related issue that when opening a context menu above an item, that the item itself gets triggered too when the single click is used.
BUG: 168940 svn path=/trunk/KDE/kdebase/apps/; revision=887975
Diffstat (limited to 'src/dolphincontroller.h')
-rw-r--r--src/dolphincontroller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h
index fd1b04ffc..13a840a38 100644
--- a/src/dolphincontroller.h
+++ b/src/dolphincontroller.h
@@ -345,11 +345,11 @@ signals:
void hideToolTip();
private slots:
- void updateOpenTabState();
+ void updateMouseButtonState();
private:
int m_zoomLevel;
- bool m_openTab; // TODO: this is a workaround until Qt-issue 176832 has been fixed
+ Qt::MouseButtons m_mouseButtons; // TODO: this is a workaround until Qt-issue 176832 has been fixed
KUrl m_url;
DolphinView* m_dolphinView;
QAbstractItemView* m_itemView;