--- 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();