aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorw.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2016-01-15 15:38:01 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2016-01-21 12:59:05 +0000
commitcb9bc178bdfd0681cab448cf17e60971147d8285 (patch)
treeb31e7f9781742b29e8110e60c0d28ec14e482168 /src/plugins/resourceeditor/resourceeditorw.h
parente6f6026520148346400205cc9691607aebcd39fb (diff)
ResourceEditor: Properly support contents()
Change-Id: I1953153de66a1228ab98d6f3295696b2d8f1facb Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/resourceeditor/resourceeditorw.h')
-rw-r--r--src/plugins/resourceeditor/resourceeditorw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorw.h b/src/plugins/resourceeditor/resourceeditorw.h
index f8ea515dda..0ba85ca38e 100644
--- a/src/plugins/resourceeditor/resourceeditorw.h
+++ b/src/plugins/resourceeditor/resourceeditorw.h
@@ -56,6 +56,7 @@ public:
const QString &realFileName) override;
bool save(QString *errorString, const QString &fileName, bool autoSave) override;
QString plainText() const;
+ QByteArray contents() const override;
bool setContents(const QByteArray &contents) override;
bool shouldAutoSave() const override;
bool isModified() const override;