summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/editorwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.cpp')
-rw-r--r--utils/themeeditor/gui/editorwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.cpp b/utils/themeeditor/gui/editorwindow.cpp
index c40a420e98..2bd3b5343e 100644
--- a/utils/themeeditor/gui/editorwindow.cpp
+++ b/utils/themeeditor/gui/editorwindow.cpp
@@ -155,6 +155,8 @@ void EditorWindow::setupMenus()
155 this, SLOT(showPanel())); 155 this, SLOT(showPanel()));
156 QObject::connect(ui->actionPreview_Panel, SIGNAL(triggered()), 156 QObject::connect(ui->actionPreview_Panel, SIGNAL(triggered()),
157 this, SLOT(showPanel())); 157 this, SLOT(showPanel()));
158 QObject::connect(ui->actionDevice_Configuration, SIGNAL(triggered()),
159 &deviceConfig, SLOT(show()));
158 160
159 /* Connecting the document management actions */ 161 /* Connecting the document management actions */
160 QObject::connect(ui->actionNew_Document, SIGNAL(triggered()), 162 QObject::connect(ui->actionNew_Document, SIGNAL(triggered()),