forked from qt-creator/qt-creator
Remove some warnings about clashing signal indices.
This commit is contained in:
@@ -69,8 +69,6 @@ public:
|
|||||||
bool writeFile(QFile &file, QString &errorString) const;
|
bool writeFile(QFile &file, QString &errorString) const;
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
// IFile
|
|
||||||
void changed();
|
|
||||||
// Internal
|
// Internal
|
||||||
void reload(const QString &);
|
void reload(const QString &);
|
||||||
void setDisplayName(const QString &);
|
void setDisplayName(const QString &);
|
||||||
|
@@ -114,7 +114,6 @@ public:
|
|||||||
|
|
||||||
signals:
|
signals:
|
||||||
void titleChanged(QString title);
|
void titleChanged(QString title);
|
||||||
void changed();
|
|
||||||
void aboutToReload();
|
void aboutToReload();
|
||||||
void reloaded();
|
void reloaded();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user