config/configwindow.h

changeset 54
0b3a5bc4e8a8
parent 46
07578e081ae8
child 55
cf43a8610b07
--- a/config/configwindow.h	Sun Jun 07 19:15:12 2015 +0300
+++ b/config/configwindow.h	Sun Jun 07 19:55:06 2015 +0300
@@ -23,22 +23,6 @@
 //
 // -------------------------------------------------------------------------------------------------
 //
-// A ZandronumVersion represented in the config window.
-//
-
-struct VersionGuiEntry
-{
-	class QTableWidgetItem* labelItem;
-	class QTableWidgetItem* pathItem;
-	QString name;
-	bool isRelease;
-
-	ZandronumVersion toNonGuiVersion() const;
-};
-
-//
-// -------------------------------------------------------------------------------------------------
-//
 
 class ConfigWindow : public QDialog
 {
@@ -51,7 +35,7 @@
 		PathColumn,
 	};
 
-	typedef QMap<class QTableWidgetItem*, VersionGuiEntry*> VersionEntryMap;
+	typedef QMap<class QTableWidgetItem*, class VersionGuiEntry*> VersionEntryMap;
 
 	ConfigWindow (QWidget* parent = NULL, Qt::WindowFlags f = 0);
 	virtual ~ConfigWindow();

mercurial