Mercurial > trustbridge
changeset 191:246c21b1727f
Show the help dialog.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 26 Mar 2014 12:21:35 +0100 |
parents | 1a66a15d0df8 |
children | 103daf2d39c0 |
files | ui/mainwindow.cpp |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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()