forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.6'
This commit is contained in:
@@ -553,7 +553,7 @@ void WatchTreeView::dropEvent(QDropEvent *ev)
|
||||
QString data = ev->mimeData()->text();
|
||||
foreach (const QChar c, data)
|
||||
exp.append(c.isPrint() ? c : QChar(QLatin1Char(' ')));
|
||||
watchExpression(exp);
|
||||
currentEngine()->watchHandler()->watchVariable(exp);
|
||||
//ev->acceptProposedAction();
|
||||
ev->setDropAction(Qt::CopyAction);
|
||||
ev->accept();
|
||||
|
||||
Reference in New Issue
Block a user