Skip to content
Snippets Groups Projects
Commit 556c824a authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Compile warning.

parent f7a3fa12
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,8 @@ void EditorWidget::restoreState(QSettings *settings)
void EditorWidget::toolChanged(int i)
{
Q_UNUSED(i)
// TODO: How to activate the right dock window?
// if (m_bottomTab)
// m_bottomTab->setCurrentIndex(i == EditModeSignalsSlotEditor ? SignalSlotEditorTab : ActionEditorTab);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment