src/dialogs.h

changeset 472
8986414c6ad5
parent 452
47cc663e4ff4
child 479
f179241a72a8
--- a/src/dialogs.h	Wed Aug 21 14:07:02 2013 +0300
+++ b/src/dialogs.h	Thu Aug 22 18:13:20 2013 +0300
@@ -124,4 +124,15 @@
 	Ui_ExtProgPath* ui;
 };
 
+// =============================================================================
+class AboutDialog : public QDialog {
+	Q_OBJECT
+	
+public:
+	AboutDialog (QWidget* parent = null, Qt::WindowFlags f = 0);
+	
+private slots:
+	void slot_mail();
+};
+
 #endif // DIALOGS_H
\ No newline at end of file

mercurial