diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-23 00:38:03 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:39:02 -0500 |
| commit | ae118153fbedc0240ea183488834a32abe202839 (patch) | |
| tree | 2f291e14f8bbb21a09a7d3a27f9b20d7bdb9769d /src/settings.h | |
| parent | 9435202034cafb05ffc11aed48ff57536bce73f7 (diff) | |
more refactoring:
- moved splash stuff together
- moved stuff in the main loop into doOneRun()
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h index 636719bb..a1b30462 100644 --- a/src/settings.h +++ b/src/settings.h @@ -169,7 +169,7 @@ public: // assumes the given widget is a top-level // - void centerOnMainWindowMonitor(QWidget* w); + void centerOnMainWindowMonitor(QWidget* w) const; // saves the monitor number of the given window // |
