mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-02-02 13:52:55 +08:00
update: popup dailog style
This commit is contained in:
parent
4958b718b1
commit
0b06e22bf1
@ -49,7 +49,7 @@ DSDialog::DSDialog(QWidget *parent, bool hasClose):
|
|||||||
}
|
}
|
||||||
|
|
||||||
DSDialog::DSDialog(QWidget *parent, bool hasClose, bool bBaseButton) :
|
DSDialog::DSDialog(QWidget *parent, bool hasClose, bool bBaseButton) :
|
||||||
QDialog(NULL),
|
QDialog(parent),
|
||||||
m_bBaseButton(bBaseButton)
|
m_bBaseButton(bBaseButton)
|
||||||
{
|
{
|
||||||
(void)parent;
|
(void)parent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user