comparison ui/helpdialog.cpp @ 190:1a66a15d0df8

Added stub for help dialog.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 26 Mar 2014 11:46:42 +0100
parents
children 103daf2d39c0
comparison
equal deleted inserted replaced
189:5f0d45ca9de4 190:1a66a15d0df8
1 #include "helpdialog.h"
2 #include <QDebug>
3
4 HelpDialog::HelpDialog(QMainWindow *parent) :
5 QDialog(parent)
6 {
7 setupGUI();
8 }
9
10 void HelpDialog::setupGUI()
11 {
12
13 }

http://wald.intevation.org/projects/trustbridge/