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:
@@ -249,9 +249,7 @@ public:
|
||||
PeerData *ui_getPeerForMouseAction();
|
||||
|
||||
public slots:
|
||||
|
||||
void updateIsActive(int timeout = 0);
|
||||
void stateChanged(Qt::WindowState state);
|
||||
|
||||
void checkHistoryActivation();
|
||||
|
||||
@@ -289,7 +287,6 @@ public slots:
|
||||
void app_activateClickHandler(ClickHandlerPtr handler, Qt::MouseButton button);
|
||||
|
||||
signals:
|
||||
|
||||
void resized(const QSize &size);
|
||||
void tempDirCleared(int task);
|
||||
void tempDirClearFailed(int task);
|
||||
@@ -297,6 +294,9 @@ signals:
|
||||
|
||||
void imageLoaded();
|
||||
|
||||
private slots:
|
||||
void onStateChanged(Qt::WindowState state);
|
||||
|
||||
private:
|
||||
|
||||
QPixmap grabInner();
|
||||
|
Reference in New Issue
Block a user