1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-02 16:31:23 +00:00

dolphinmainwindow: Fix ordering warning

NO_CHANGELOG
This commit is contained in:
Méven Car 2024-03-09 13:00:49 +01:00
parent a6313a5c98
commit 9be1ffd5ef

View File

@ -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);