comparison view/PaneStack.cpp @ 716:67b167bb60ab tonioni

Propagate double-click in select mode -- the application might do something meaningful with this
author Chris Cannam
date Fri, 10 Jan 2014 14:17:50 +0000
parents 833cd1b8014f
children 596414d20ef0
comparison
equal deleted inserted replaced
715:7169d08e9467 716:67b167bb60ab
156 this, SLOT(rightButtonMenuRequested(QPoint))); 156 this, SLOT(rightButtonMenuRequested(QPoint)));
157 connect(pane, SIGNAL(dropAccepted(QStringList)), 157 connect(pane, SIGNAL(dropAccepted(QStringList)),
158 this, SLOT(paneDropAccepted(QStringList))); 158 this, SLOT(paneDropAccepted(QStringList)));
159 connect(pane, SIGNAL(dropAccepted(QString)), 159 connect(pane, SIGNAL(dropAccepted(QString)),
160 this, SLOT(paneDropAccepted(QString))); 160 this, SLOT(paneDropAccepted(QString)));
161 connect(pane, SIGNAL(doubleClickSelectInvoked(size_t)),
162 this, SIGNAL(doubleClickSelectInvoked(size_t)));
161 163
162 emit paneAdded(pane); 164 emit paneAdded(pane);
163 emit paneAdded(); 165 emit paneAdded();
164 166
165 if (!m_currentPane) { 167 if (!m_currentPane) {