mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +00:00
quicksettings: Fix flashlight
This commit is contained in:
parent
529f42296a
commit
d407bbcd18
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
/*
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2020 Han Young <hanyoung@protonmail.com>
|
||||||
* SPDX-FileCopyrightText: 2022 by Devin Lin <devin@kde.org>
|
* SPDX-FileCopyrightText: 2022 by Devin Lin <devin@kde.org>
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
@ -13,6 +14,7 @@
|
||||||
|
|
||||||
FlashlightUtil::FlashlightUtil(QObject *parent)
|
FlashlightUtil::FlashlightUtil(QObject *parent)
|
||||||
: QObject{parent}
|
: QObject{parent}
|
||||||
|
, m_torchEnabled{false}
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue