diff options
| author | Méven Car <[email protected]> | 2024-03-09 13:00:49 +0100 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2024-03-09 13:02:16 +0100 |
| commit | 9be1ffd5ef38adb851e786bdb14e04fdbbcb7e4a (patch) | |
| tree | b334097442892251ee68211e044c06a00b28c970 /src | |
| parent | a6313a5c98893fa7f3c107d59c4ddcd1a627b272 (diff) | |
dolphinmainwindow: Fix ordering warning
NO_CHANGELOG
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 1f4de8869..49e656ce7 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -115,11 +115,11 @@ DolphinMainWindow::DolphinMainWindow() , m_tearDownFromPlacesRequested(false) , m_backAction(nullptr) , m_forwardAction(nullptr) + , m_splitViewAction(nullptr) + , m_splitViewMenuAction(nullptr) , m_sessionSaveTimer(nullptr) , m_sessionSaveWatcher(nullptr) , m_sessionSaveScheduled(false) - , m_splitViewAction(nullptr) - , m_splitViewMenuAction(nullptr) { Q_INIT_RESOURCE(dolphin); |
