Mercurial > trustbridge
changeset 200:fe424c5fc875
Show the about dialog.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 26 Mar 2014 13:30:12 +0100 |
parents | 4790a26c2e8b |
children | 45f6b62f91e7 |
files | ui/mainwindow.cpp |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ui/mainwindow.cpp Wed Mar 26 13:29:49 2014 +0100 +++ b/ui/mainwindow.cpp Wed Mar 26 13:30:12 2014 +0100 @@ -27,6 +27,7 @@ #include "downloader.h" #include "listupdatedialog.h" #include "helpdialog.h" +#include "aboutdialog.h" MainWindow::MainWindow() { createActions(); @@ -298,6 +299,8 @@ void MainWindow::showAbout() { qDebug() << "show aboutdialog"; + AboutDialog *about = new AboutDialog(this); + about->show(); } void MainWindow::showDetails(QListWidgetItem *item)