diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ui/helpdialog.cpp	Wed Mar 26 11:46:42 2014 +0100
@@ -0,0 +1,13 @@
+#include "helpdialog.h"
+#include <QDebug>
+
+HelpDialog::HelpDialog(QMainWindow *parent) :
+    QDialog(parent)
+{
+    setupGUI();
+}
+
+void HelpDialog::setupGUI()
+{
+    
+}

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