1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-25 20:57:29 +01:00

applied patch from slif@ to make file properties dialog appear with proper window decorations

This commit is contained in:
Vadim Kurland 2010-08-02 21:53:15 +00:00
parent 39490160c2
commit 914ffe8ded
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 3178
#define BUILD_NUM 3182

View File

@ -59,7 +59,7 @@ filePropDialog::~filePropDialog()
}
filePropDialog::filePropDialog(QWidget *parent, RCS *rcs) :
QDialog(parent, Qt::CustomizeWindowHint|Qt::WindowSystemMenuHint)
QDialog(parent)
{
m_dialog = new Ui::filePropDialog_q;
m_dialog->setupUi(this);