Mercurial > trustbridge
diff ui/administratorwindow.cpp @ 362:857ae1ffdd6f
Open the new dialog from the main menu.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Sat, 12 Apr 2014 17:20:30 +0200 |
parents | 9ba7b4b4c1de |
children | f9c98f9e9f76 |
line wrap: on
line diff
--- a/ui/administratorwindow.cpp Sat Apr 12 17:19:38 2014 +0200 +++ b/ui/administratorwindow.cpp Sat Apr 12 17:20:30 2014 +0200 @@ -16,6 +16,7 @@ #include <QFileDialog> #include "certificatetabledelegate.h" +#include "createinstallerdialog.h" AdministratorWindow::AdministratorWindow() { createActions(); @@ -169,5 +170,7 @@ void AdministratorWindow::createInstaller() { qDebug() << "create Installer"; + CreateInstallerDialog *dialog = new CreateInstallerDialog(this); + dialog->show(); }