summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-07-23 00:38:03 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-11-03 11:39:02 -0500
commitae118153fbedc0240ea183488834a32abe202839 (patch)
tree2f291e14f8bbb21a09a7d3a27f9b20d7bdb9769d /src/settings.h
parent9435202034cafb05ffc11aed48ff57536bce73f7 (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.h2
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
//