Home
last modified time | relevance | path

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

/dports/misc/bibletime/bibletime-2.11.2/src/mobile/ui/
H A Dbtwindowinterface.h51 Q_PROPERTY(bool historyBackwardVisible READ getHistoryBackwardVisible NOTIFY historyChanged)
84 bool getHistoryBackwardVisible() const;
H A Dbtwindowinterface.cpp452 bool BtWindowInterface::getHistoryBackwardVisible() const { in getHistoryBackwardVisible() function in btm::BtWindowInterface
457 if ( ! getHistoryBackwardVisible()) in moveHistoryBackward()