Fix native hiding of macOS windows (#2583)

This commit is contained in:
Sami Vänttinen
2019-01-16 18:03:54 +02:00
committed by Jonathan White
parent d6ce6b85d5
commit f8c6c9f72c
7 changed files with 52 additions and 3 deletions

View File

@@ -125,6 +125,7 @@ private:
bool m_dialogActive;
bool m_bringToFrontRequested;
bool m_wasMinimized;
bool m_wasHidden;
QUuid m_keepassBrowserUUID;
};