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:
@@ -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) {
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user