# HG changeset patch # User unc0rr # Date 1343131809 -14400 # Node ID 76772043ba7f3fecdc769813898172c9b84073ce # Parent f611ee4760c049ac84171baaf58c6218ac504c50 No need to redefine signal diff -r f611ee4760c0 -r 76772043ba7f 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 > schemes;