aboutsummaryrefslogtreecommitdiff
path: root/src/aoapplication.h
diff options
context:
space:
mode:
authorLeifa <26681464+TrickyLeifa@users.noreply.github.com>2024-07-12 14:06:27 +0200
committerGitHub <noreply@github.com>2024-07-12 14:06:27 +0200
commitd05636571e234bf28dd49830af52675e6bb20068 (patch)
tree5c20f972419f4efc58e5f23e35f25467b5e3aa43 /src/aoapplication.h
parentfb64ca386c51cc3942e1f38cfd76132b1b50e9db (diff)
parent712269b4503989736b8b9b64eeeb69cab938b7f8 (diff)
Merge pull request #1016 from AttorneyOnline/restore-window-position
[Feature] Add support for windows position restore
Diffstat (limited to 'src/aoapplication.h')
-rw-r--r--src/aoapplication.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/aoapplication.h b/src/aoapplication.h
index 953e0db9..e90579de 100644
--- a/src/aoapplication.h
+++ b/src/aoapplication.h
@@ -325,6 +325,9 @@ public:
// The file name of the log file in base/logs.
QString log_filename;
+ bool pointExistsOnScreen(QPoint point);
+ void centerOrMoveWidgetOnPrimaryScreen(QWidget *widget);
+
void initBASS();
static void load_bass_plugins();
static void CALLBACK BASSreset(HSTREAM handle, DWORD channel, DWORD data, void *user);