No need to redefine signal
authorunc0rr
Tue, 24 Jul 2012 16:10:09 +0400
changeset 7421 76772043ba7f
parent 7418 f611ee4760c0
child 7424 fe0f07667f24
No need to redefine signal
QTfrontend/model/ammoSchemeModel.h
--- a/QTfrontend/model/ammoSchemeModel.h	Sat Jul 21 17:51:51 2012 -0400
+++ b/QTfrontend/model/ammoSchemeModel.h	Tue Jul 24 16:10:09 2012 +0400
@@ -47,8 +47,8 @@
     public slots:
         void Save();
 
-    signals:
-        void dataChanged(const QModelIndex & topLeft, const QModelIndex & bottomRight);
+//    signals:
+//        void dataChanged(const QModelIndex & topLeft, const QModelIndex & bottomRight);
 
     protected:
         QList< QList<QVariant> > schemes;