QTfrontend/ammoSchemeModel.h
changeset 4410 f9e38ce1e813
parent 4232 3a7862405c36
child 4976 088d40d8aba2
--- a/QTfrontend/ammoSchemeModel.h	Sun Nov 21 18:12:20 2010 -0500
+++ b/QTfrontend/ammoSchemeModel.h	Mon Nov 22 00:34:53 2010 +0100
@@ -42,6 +42,7 @@
 
     int numberOfDefaultSchemes;
     QStringList predefSchemesNames;
+    QStringList spNames;
 
 public slots:
     void Save();
@@ -54,8 +55,6 @@
 
 private:
     QSettings fileConfig;
-
-    QStringList spNames;
 };
 
 class NetAmmoSchemeModel : public QAbstractTableModel