VCS: remove duplicate signal declaration

(cherry picked from commit 12ca7e898f)
This commit is contained in:
Friedemann Kleint
2009-08-25 10:59:11 +02:00
committed by con
parent 930a98a5e6
commit b78f34fea1

View File

@@ -58,7 +58,6 @@ public:
void setModified(bool modified = true);
signals:
void changed();
void saveMe(const QString &fileName);
private: