File indexing completed on 2024-04-14 15:51:08

0001 /* This file is part of Kairo Timer
0002 
0003    SPDX-FileCopyrightText: 2016 (c) Kevin Ottens <ervin@kde.org>
0004 
0005    SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0006 
0007 */
0008 
0009 #include "soundcontrolinterface.h"
0010 
0011 SoundControlInterface::SoundControlInterface(QObject *parent)
0012     : QObject{parent}
0013 {
0014 }