summaryrefslogtreecommitdiff
path: root/src/plugins/qnx/bardescriptordocument.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2013-07-04 22:25:15 +0200
committerEike Ziller <eike.ziller@digia.com>2013-07-10 17:26:15 +0200
commit113c5600c909791ddfea3d424a41d982dcdda6b7 (patch)
tree33638a66c8cd6f6f9c376d1aba52e8fca862a887 /src/plugins/qnx/bardescriptordocument.h
parent81eba6f9843179804ed2e53d490e718b12c04044 (diff)
downloadqt-creator-113c5600c909791ddfea3d424a41d982dcdda6b7.tar.gz
Move displayName from IEditor to IDocument
The display name is not editor instance specific, but belongs to the document. Change-Id: I3c936f04a86e10e6ca30063d85036d85b4b5880e Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/qnx/bardescriptordocument.h')
-rw-r--r--src/plugins/qnx/bardescriptordocument.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qnx/bardescriptordocument.h b/src/plugins/qnx/bardescriptordocument.h
index f34512fdb2..88e5929a7d 100644
--- a/src/plugins/qnx/bardescriptordocument.h
+++ b/src/plugins/qnx/bardescriptordocument.h
@@ -69,7 +69,6 @@ public:
ReloadBehavior reloadBehavior(ChangeTrigger state, ChangeType type) const;
bool reload(QString *errorString, ReloadFlag flag, ChangeType type);
- void setFilePath(const QString &newName);
QString xmlSource() const;
bool loadContent(const QString &xmlSource, QString *errorMessage = 0, int *errorLine = 0);