aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/modelinglib/qmt/model_widgets_ui/modeltreeview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/modelinglib/qmt/model_widgets_ui/modeltreeview.cpp')
-rw-r--r--src/libs/modelinglib/qmt/model_widgets_ui/modeltreeview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/modelinglib/qmt/model_widgets_ui/modeltreeview.cpp b/src/libs/modelinglib/qmt/model_widgets_ui/modeltreeview.cpp
index 3bcc0727fb..b3cfc13a0b 100644
--- a/src/libs/modelinglib/qmt/model_widgets_ui/modeltreeview.cpp
+++ b/src/libs/modelinglib/qmt/model_widgets_ui/modeltreeview.cpp
@@ -108,7 +108,7 @@ void ModelTreeView::selectFromSourceModelIndex(const QModelIndex &index)
void ModelTreeView::startDrag(Qt::DropActions supportedActions)
{
- Q_UNUSED(supportedActions);
+ Q_UNUSED(supportedActions)
TreeModel *treeModel = m_sortedTreeModel->treeModel();
QMT_ASSERT(treeModel, return);
@@ -231,7 +231,7 @@ void ModelTreeView::dropEvent(QDropEvent *event)
void ModelTreeView::focusInEvent(QFocusEvent *event)
{
- Q_UNUSED(event);
+ Q_UNUSED(event)
emit treeViewActivated();
}