Skip to content
wifidialog.h 289 B
Newer Older
Nicolas Mailloux's avatar
Nicolas Mailloux committed
#ifndef WIFIDIALOG_H
#define WIFIDIALOG_H

#include <QDialog>

namespace Ui {
class wifiDialog;
}

class wifiDialog : public QDialog
{
    Q_OBJECT

public:
    explicit wifiDialog(QWidget *parent = nullptr);
    ~wifiDialog();

private:
    Ui::wifiDialog *ui;
};

#endif // WIFIDIALOG_H