diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-23 20:46:43 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-23 20:46:43 +0000 |
| commit | 58ad1e7c4b7e404d0bcda752914e2878c68feafd (patch) | |
| tree | d1cc2e43d6c28b641d02684ac70e6c9a8f3bbf9c /utils/themeeditor/gui/editorwindow.cpp | |
| parent | 6d6156603cf2ac5facf08734f12e0b4d0c1fcce0 (diff) | |
| download | rockbox-58ad1e7c4b7e404d0bcda752914e2878c68feafd.zip rockbox-58ad1e7c4b7e404d0bcda752914e2878c68feafd.tar.gz rockbox-58ad1e7c4b7e404d0bcda752914e2878c68feafd.tar.bz2 rockbox-58ad1e7c4b7e404d0bcda752914e2878c68feafd.tar.xz | |
Theme Editor: Began working on device status dialog
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27097 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to '')
| -rw-r--r-- | utils/themeeditor/gui/editorwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.cpp b/utils/themeeditor/gui/editorwindow.cpp index c40a420..2bd3b53 100644 --- a/utils/themeeditor/gui/editorwindow.cpp +++ b/utils/themeeditor/gui/editorwindow.cpp @@ -155,6 +155,8 @@ void EditorWindow::setupMenus() this, SLOT(showPanel())); QObject::connect(ui->actionPreview_Panel, SIGNAL(triggered()), this, SLOT(showPanel())); + QObject::connect(ui->actionDevice_Configuration, SIGNAL(triggered()), + &deviceConfig, SLOT(show())); /* Connecting the document management actions */ QObject::connect(ui->actionNew_Document, SIGNAL(triggered()), |