changeset 6996 | a0052cd32508 |
parent 6995 | 6b44c0f11476 |
child 7769 | 1661680c6b59 |
--- a/QTfrontend/ui/page/pageroomslist.h Wed May 02 14:30:22 2012 +0200 +++ b/QTfrontend/ui/page/pageroomslist.h Wed May 02 15:33:34 2012 +0200 @@ -77,6 +77,7 @@ void onJoinConfirmation(const QString &); void onSortIndicatorChanged(int logicalIndex, Qt::SortOrder order); void onFilterChanged(); + void saveHeaderState(); private: QSettings * m_gameSettings; @@ -87,6 +88,7 @@ AmmoSchemeModel * ammoSchemeModel; + bool restoreHeaderState(); }; #endif