mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Extract YACReaderNavigationController::exitSearchMode()
This commit is contained in:
committed by
Luis Ángel San Martín
parent
3a60d89f06
commit
40ca07f8f8
@ -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;
|
||||
|
Reference in New Issue
Block a user