QTfrontend/model/ammoSchemeModel.h
changeset 7421 76772043ba7f
parent 6952 7f70f37bbf08
child 9080 9b42757d7e71
equal deleted inserted replaced
7418:f611ee4760c0 7421:76772043ba7f
    45         QStringList spNames;
    45         QStringList spNames;
    46 
    46 
    47     public slots:
    47     public slots:
    48         void Save();
    48         void Save();
    49 
    49 
    50     signals:
    50 //    signals:
    51         void dataChanged(const QModelIndex & topLeft, const QModelIndex & bottomRight);
    51 //        void dataChanged(const QModelIndex & topLeft, const QModelIndex & bottomRight);
    52 
    52 
    53     protected:
    53     protected:
    54         QList< QList<QVariant> > schemes;
    54         QList< QList<QVariant> > schemes;
    55 
    55 
    56     private:
    56     private: