Skip to content
Snippets Groups Projects
Commit fff4ed47 authored by con's avatar con
Browse files

Remove some warnings about clashing signal indices.

parent de3d6db2
No related branches found
No related tags found
No related merge requests found
......@@ -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 &);
......
......@@ -114,7 +114,6 @@ public:
signals:
void titleChanged(QString title);
void changed();
void aboutToReload();
void reloaded();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment