aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2009-08-20 20:03:30 +0200
committercon <qtc-committer@nokia.com>2009-08-21 15:17:11 +0200
commit757c1cc1bd18a739ec86a7c84de3a2016f7fa245 (patch)
tree68ca7c0081adb292f617a4dfe8392a2e60bd693f
parent30f49cbc30cfd92c4dcb65c251f237b81bc49f0f (diff)
Remove some warnings about clashing signal indices.
(cherry picked from commit fff4ed470981dec1289d4db56434e91e778bc804)
-rw-r--r--src/plugins/designer/formwindowfile.h2
-rw-r--r--src/plugins/texteditor/basetextdocument.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/designer/formwindowfile.h b/src/plugins/designer/formwindowfile.h
index a799901662..5179690898 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 2e5fd89a1f..88e1c609a1 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();