2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fixed Xcode build. When hiding fullscreen window first exit fullscreen.

This commit is contained in:
John Preston
2016-06-16 18:17:39 +03:00
parent fd91893b51
commit 8e78cfed85
11 changed files with 551 additions and 1498 deletions

View File

@@ -26,10 +26,13 @@ class MainWindow : public QMainWindow {
public:
MainWindow();
virtual void closeWithoutDestroy();
virtual ~MainWindow();
protected:
virtual void closeWithoutDestroy();
virtual void stateChangedHook(Qt::WindowState state) {
}
};