diff --git a/src/plugins/designer/formwindowfile.h b/src/plugins/designer/formwindowfile.h index a7999016627..51796908985 100644 --- a/src/plugins/designer/formwindowfile.h +++ b/src/plugins/designer/formwindowfile.h @@ -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 &); diff --git a/src/plugins/texteditor/basetextdocument.h b/src/plugins/texteditor/basetextdocument.h index 2e5fd89a1f0..88e1c609a13 100644 --- a/src/plugins/texteditor/basetextdocument.h +++ b/src/plugins/texteditor/basetextdocument.h @@ -114,7 +114,6 @@ public: signals: void titleChanged(QString title); - void changed(); void aboutToReload(); void reloaded();