diff options
author | hjk <hjk121@nokiamail.com> | 2013-05-25 23:48:56 +0200 |
---|---|---|
committer | hjk <hjk121@nokiamail.com> | 2013-05-27 14:40:42 +0200 |
commit | 73f63bf8f0552d4ff74501a4083ac6fa13299365 (patch) | |
tree | 6e721516bcbcba6745c0f5ac1d5152833413a476 /src/plugins/resourceeditor | |
parent | c4f16f62574d12f86055c04b50878a0a3f69f444 (diff) | |
download | qt-creator-73f63bf8f0552d4ff74501a4083ac6fa13299365.tar.gz |
Editors: Provide a base implementation for {save,restore}State
Change-Id: Iedfc0d59ecfe257ad5823cff39977bce82ada3a5
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/resourceeditor')
-rw-r--r-- | src/plugins/resourceeditor/resourceeditorw.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorw.h b/src/plugins/resourceeditor/resourceeditorw.h index 08a53ad664..22d71f69c8 100644 --- a/src/plugins/resourceeditor/resourceeditorw.h +++ b/src/plugins/resourceeditor/resourceeditorw.h @@ -88,8 +88,6 @@ public: QString displayName() const { return m_displayName; } void setDisplayName(const QString &title) { m_displayName = title; emit changed(); } QWidget *toolBar(); - QByteArray saveState() const { return QByteArray(); } - bool restoreState(const QByteArray &/*state*/) { return true; } void setSuggestedFileName(const QString &fileName); bool isTemporary() const { return false; } |