Mercurial > trustbridge
diff ui/mainwindow.cpp @ 191:246c21b1727f
Show the help dialog.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 26 Mar 2014 12:21:35 +0100 |
parents | 5f0d45ca9de4 |
children | fe424c5fc875 |
line wrap: on
line diff
--- a/ui/mainwindow.cpp Wed Mar 26 11:46:42 2014 +0100 +++ b/ui/mainwindow.cpp Wed Mar 26 12:21:35 2014 +0100 @@ -26,6 +26,7 @@ #include "certificatelist.h" #include "downloader.h" #include "listupdatedialog.h" +#include "helpdialog.h" MainWindow::MainWindow() { createActions(); @@ -290,6 +291,8 @@ void MainWindow::showHelp() { qDebug() << "show helpdialog"; + HelpDialog *help = new HelpDialog(this); + help->show(); } void MainWindow::showAbout()