1 Commits

Author SHA1 Message Date
Krad
3ee90afe0f Fix networkmanager header error 2022-05-07 14:48:09 +08:00

View File

@@ -7,6 +7,10 @@
#include <QtWidgets/QLineEdit> #include <QtWidgets/QLineEdit>
#include "getadminpsw.h" #include "getadminpsw.h"
#ifndef WIN32
#include <src/device/networkmanager.h>
#endif
GetAdminPsw::GetAdminPsw(QWidget* parent, Qt::WindowFlags f) : GUIFormBaseDialog(parent, f) { GetAdminPsw::GetAdminPsw(QWidget* parent, Qt::WindowFlags f) : GUIFormBaseDialog(parent, f) {
setWindowModality(Qt::WindowModal); setWindowModality(Qt::WindowModal);