Skip to content

Commit 8e65d1d

Browse files
committed
Fix compiler warning
1 parent 3348c0f commit 8e65d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/ui.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ UI::UI(bool daemonMode, QObject *parent)
5353
: QObject(parent)
5454
, m_daemon(new AppDaemon())
5555
, m_daemonApi(new DaemonApi(this))
56-
, m_daemonMode(daemonMode)
5756
, m_keyboardLayoutProvider(new KeyboardLayoutProvider(this))
57+
, m_daemonMode(daemonMode)
5858
{
5959
m_settings.beginGroup(QStringLiteral("UI"));
6060

0 commit comments

Comments
 (0)