QTfrontend/ammoSchemeModel.h
changeset 1940 bbdca883b5f9
parent 1902 aeadb10c2d77
child 2948 3f21a9dc93d0
--- 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