Fix networkmanager header error
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user