┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontroller.h
diff options
context:
space:
mode:
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;