Home
last modified time | relevance | path

Searched refs:isInformationPanelEnabled (Results 1 – 3 of 3) sorted by relevance

/dports/x11-fm/dolphin/dolphin-21.12.3/src/userfeedback/
H A Dsettingsdatasource.cpp47 … map.insert(QStringLiteral("informationPanelEnabled"), m_mainWindow->isInformationPanelEnabled()); in data()
/dports/x11-fm/dolphin/dolphin-21.12.3/src/
H A Ddolphinmainwindow.h109 bool isInformationPanelEnabled() const;
H A Ddolphinmainwindow.cpp268 bool DolphinMainWindow::isInformationPanelEnabled() const in isInformationPanelEnabled() function in DolphinMainWindow