1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-25 12:47:44 +01:00
This commit is contained in:
Vadim Kurland 2009-10-09 19:27:43 +00:00
parent 161fe11235
commit df945bda96
3 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 1569
#define BUILD_NUM 1570

View File

@ -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);

View File

@ -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);