diff --git a/src/plugins/resourceeditor/resourceeditorw.h b/src/plugins/resourceeditor/resourceeditorw.h index 3cf018130a5..b6ff35a7838 100644 --- a/src/plugins/resourceeditor/resourceeditorw.h +++ b/src/plugins/resourceeditor/resourceeditorw.h @@ -67,9 +67,6 @@ public: QString suggestedFileName() const; virtual QString mimeType() const; -signals: - void changed(); - private: const QString m_mimeType; ResourceEditorW *m_parent;