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

Custom title on macOS 10.10+ added.

This commit is contained in:
John Preston
2016-11-08 17:07:25 +03:00
parent 19f4e50e33
commit 475b35bf55
16 changed files with 336 additions and 170 deletions

View File

@@ -40,6 +40,8 @@ public:
}
void positionUpdated();
void setTitleVisibility(bool visible);
virtual void closeWithoutDestroy();
virtual ~MainWindow();
@@ -70,6 +72,7 @@ private slots:
}
private:
void updateControlsGeometry();
void initSize();
ChildObject<QTimer> _positionUpdatedTimer;