mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-25 12:47:44 +01:00
parent
161fe11235
commit
df945bda96
@ -89,7 +89,7 @@ using namespace std;
|
||||
using namespace libfwbuilder;
|
||||
|
||||
DiscoveryDruid::DiscoveryDruid(QWidget *parent, bool start_with_import) :
|
||||
QDialog(parent, Qt::CustomizeWindowHint|Qt::WindowSystemMenuHint)
|
||||
QDialog(parent)
|
||||
{
|
||||
m_dialog = new Ui::DiscoveryDruid_q;
|
||||
m_dialog->setupUi(this);
|
||||
|
||||
@ -50,8 +50,7 @@
|
||||
using namespace std;
|
||||
|
||||
|
||||
debugDialog::debugDialog(QWidget *parent) :
|
||||
QDialog(parent, Qt::CustomizeWindowHint|Qt::WindowSystemMenuHint)
|
||||
debugDialog::debugDialog(QWidget *parent) : QDialog(parent)
|
||||
{
|
||||
m_dialog = new Ui::debugDialog_q;
|
||||
m_dialog->setupUi(this);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user