aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorw.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2012-02-14 12:10:29 +0100
committerEike Ziller <eike.ziller@nokia.com>2012-02-14 12:58:11 +0100
commitf916d38dce14ac69dcb0b2338b94d91155d77892 (patch)
treee575ad1dfe68c976552593d74b0d536b5cc801a0 /src/plugins/resourceeditor/resourceeditorw.h
parentd7b0ceac8a3959a6b055961cf915c9b697c31d46 (diff)
Make IFile::isReadOnly consistent.
It is supposed to refer to the property of the file on disk (if there is any). Task-number: QTCREATORBUG-4998 Change-Id: Iaed62c17d124b364aecec4d1f910046bade42d40 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/resourceeditor/resourceeditorw.h')
-rw-r--r--src/plugins/resourceeditor/resourceeditorw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorw.h b/src/plugins/resourceeditor/resourceeditorw.h
index ac2cd0a589..d84060c062 100644
--- a/src/plugins/resourceeditor/resourceeditorw.h
+++ b/src/plugins/resourceeditor/resourceeditorw.h
@@ -65,7 +65,6 @@ public:
QString fileName() const;
bool shouldAutoSave() const;
bool isModified() const;
- bool isReadOnly() const;
bool isSaveAsAllowed() const;
bool reload(QString *errorString, ReloadFlag flag, ChangeType type);
QString defaultPath() const;