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.cpp | |
| parent | 9435202034cafb05ffc11aed48ff57536bce73f7 (diff) | |
more refactoring:
- moved splash stuff together
- moved stuff in the main loop into doOneRun()
Diffstat (limited to 'src/settings.cpp')
| -rw-r--r-- | src/settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index 534e67c8..d37f0d99 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -876,7 +876,7 @@ void GeometrySettings::setCenterDialogs(bool b) set(m_Settings, "Settings", "center_dialogs", b); } -void GeometrySettings::centerOnMainWindowMonitor(QWidget* w) +void GeometrySettings::centerOnMainWindowMonitor(QWidget* w) const { const auto monitor = getOptional<int>( m_Settings, "Geometry", "MainWindow_monitor").value_or(-1); |
