From fff4ed470981dec1289d4db56434e91e778bc804 Mon Sep 17 00:00:00 2001 From: con Date: Thu, 20 Aug 2009 20:03:30 +0200 Subject: [PATCH] Remove some warnings about clashing signal indices. --- src/plugins/designer/formwindowfile.h | 2 -- src/plugins/texteditor/basetextdocument.h | 1 - 2 files changed, 3 deletions(-) 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();