diff options
Diffstat (limited to 'src/expanderwidget.h')
| -rw-r--r-- | src/expanderwidget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/expanderwidget.h b/src/expanderwidget.h index da3eb9d6..99b2d303 100644 --- a/src/expanderwidget.h +++ b/src/expanderwidget.h @@ -37,6 +37,11 @@ public: **/ bool opened() const; + QByteArray saveState() const; + void restoreState(const QByteArray& a); + + QToolButton* button() const; + private: QToolButton* m_button; QWidget* m_content; |
