src-config/addversionprompt.h

changeset 46
07578e081ae8
parent 45
f5b526a3423a
child 47
4a0ad0a08ea1
--- a/src-config/addversionprompt.h	Sat Jun 06 23:06:14 2015 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-#include <QDialog>
-
-//
-// -------------------------------------------------------------------------------------------------
-//
-
-class AddVersionPrompt : public QDialog
-{
-	Q_OBJECT
-
-public:
-	AddVersionPrompt (struct VersionGuiEntry* entry, QWidget* parent = NULL, Qt::WindowFlags f = 0);
-	virtual ~AddVersionPrompt();
-	VersionGuiEntry* getVersionInfo();
-
-private slots:
-	void acceptPressed();
-	void findExePath();
-
-private:
-	class Ui_AddVersion& ui;
-	struct VersionGuiEntry* m_entry;
-};
\ No newline at end of file

mercurial