diff -r 4b8e4cd9e7c0 -r bbdca883b5f9 QTfrontend/ammoSchemeModel.h --- 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