diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-07-12 13:23:40 +0200 |
|---|---|---|
| committer | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-07-12 13:23:40 +0200 |
| commit | e34b2534edc6513cc57bb71875be4d48e74c73a7 (patch) | |
| tree | 5051cb89b0f994fa44136ee6f9402d1846d9d1e6 /src/aoapplication.h | |
| parent | 8fac2ada62a5256bb0ba563d3e696762cf861a7d (diff) | |
Restore position in AOApplication
Diffstat (limited to 'src/aoapplication.h')
| -rw-r--r-- | src/aoapplication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/aoapplication.h b/src/aoapplication.h index 998f3499..beec23b4 100644 --- a/src/aoapplication.h +++ b/src/aoapplication.h @@ -326,6 +326,7 @@ public: QString log_filename; bool pointExistsOnScreen(QPoint point); + void centerOrMoveWidgetOnPrimaryScreen(QWidget *widget); void initBASS(); static void load_bass_plugins(); |
