shift-shell/initialstart/modules/wifi/wifiutil.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
312 B
C++
Raw Normal View History

// SPDX-FileCopyrightText: 2023 by Devin Lin <devin@kde.org>
// SPDX-License-Identifier: GPL-2.0-or-later
#include "wifiutil.h"
#include <QDebug>
#include <QRegularExpression>
#include <QTimeZone>
#include <KConfigGroup>
#include <KSharedConfig>
WiFiUtil::WiFiUtil(QObject *parent)
: QObject{parent}
{
}