--- a/QTfrontend/ammoSchemeModel.h Fri Apr 03 16:33:33 2009 +0000
+++ b/QTfrontend/ammoSchemeModel.h Fri Apr 03 16:35:59 2009 +0000
@@ -40,6 +40,8 @@
bool removeRows(int row, int count, const QModelIndex & parent = QModelIndex());
QVariant data(const QModelIndex &index, int role) const;
+ const int numberOfDefaultSchemes;
+
public slots:
void Save();
@@ -53,8 +55,6 @@
QSettings fileConfig;
QStringList spNames;
-
- const int numberOfDefaultSchemes;
};
class NetAmmoSchemeModel : public QAbstractTableModel