Home
last modified time | relevance | path

Searched refs:m_stateMaintainer (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/akonadiconsole/akonadiconsole-21.12.3/src/
H A Dbrowserwidget.h101 KViewStateMaintainer<Akonadi::ETMViewStateSaver> *m_stateMaintainer = nullptr; variable
H A Dbrowserwidget.cpp245m_stateMaintainer = new KViewStateMaintainer<ETMViewStateSaver>(KSharedConfig::openConfig()->group… in AKONADI_COLLECTION_PROPERTIES_PAGE_FACTORY()
246 m_stateMaintainer->setView(mCollectionView); in AKONADI_COLLECTION_PROPERTIES_PAGE_FACTORY()
248 m_stateMaintainer->restoreState(); in AKONADI_COLLECTION_PROPERTIES_PAGE_FACTORY()
253 m_stateMaintainer->saveState(); in ~BrowserWidget()