code style
This commit is contained in:
parent
0b4b6d155f
commit
584db6def8
1 changed files with 3 additions and 2 deletions
|
@ -51,7 +51,8 @@ class CClientSettingsDlg : public QDialog, private Ui_CClientSettingsDlgBase
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
CClientSettingsDlg ( CClient* pNCliP, QWidget* parent = 0,
|
||||
CClientSettingsDlg ( CClient* pNCliP,
|
||||
QWidget* parent = 0,
|
||||
Qt::WindowFlags f = 0 );
|
||||
|
||||
void SetStatus ( const int iMessType, const int iStatus );
|
||||
|
|
Loading…
Reference in a new issue