Home
last modified time | relevance | path

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

/dports/misc/bibletime/bibletime-2.11.2/src/mobile/ui/
H A Dbtwindowinterface.h52 Q_PROPERTY(bool historyForwardVisible READ getHistoryForwardVisible NOTIFY historyChanged)
85 bool getHistoryForwardVisible() const;
H A Dbtwindowinterface.cpp448 bool BtWindowInterface::getHistoryForwardVisible() const { in getHistoryForwardVisible() function in btm::BtWindowInterface
468 if ( ! getHistoryForwardVisible()) in moveHistoryForward()