Extract YACReaderNavigationController::exitSearchMode()

This commit is contained in:
Igor Kushnir
2021-02-12 19:51:24 +02:00
committed by Luis Ángel San Martín
parent 3a60d89f06
commit 40ca07f8f8
3 changed files with 20 additions and 14 deletions

View File

@ -424,6 +424,10 @@ public slots:
void afterLaunchTasks();
private:
//! @brief Exits search mode if it is active.
//! @return true If the search mode was active when this function was called.
bool exitSearchMode();
// fullscreen mode in Windows for preventing this bug: QTBUG-41309 https://bugreports.qt.io/browse/QTBUG-41309
Qt::WindowFlags previousWindowFlags;
QPoint previousPos;