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

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

16 lines
261 B
C
Raw Normal View History

// SPDX-FileCopyrightText: 2023 by Devin Lin <devin@kde.org>
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <QObject>
#include <QProcess>
class WiFiUtil : public QObject
{
Q_OBJECT
public:
WiFiUtil(QObject *parent = nullptr);
};