Remove some warnings about clashing signal indices.

(cherry picked from commit fff4ed4709)
This commit is contained in:
con
2009-08-20 20:03:30 +02:00
parent 30f49cbc30
commit 757c1cc1bd
2 changed files with 0 additions and 3 deletions

View File

@@ -69,8 +69,6 @@ public:
bool writeFile(QFile &file, QString &errorString) const;
signals:
// IFile
void changed();
// Internal
void reload(const QString &);
void setDisplayName(const QString &);

View File

@@ -114,7 +114,6 @@ public:
signals:
void titleChanged(QString title);
void changed();
void aboutToReload();
void reloaded();