aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorw.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2013-05-25 23:48:56 +0200
committerhjk <hjk121@nokiamail.com>2013-05-27 14:40:42 +0200
commit73f63bf8f0552d4ff74501a4083ac6fa13299365 (patch)
tree6e721516bcbcba6745c0f5ac1d5152833413a476 /src/plugins/resourceeditor/resourceeditorw.h
parentc4f16f62574d12f86055c04b50878a0a3f69f444 (diff)
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/resourceeditorw.h')
-rw-r--r--src/plugins/resourceeditor/resourceeditorw.h2
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; }