mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 22:48:01 +02:00
Fix QFlags initialization warning - use constructor
This commit is contained in:
parent
317dd0c386
commit
680a678efc
@ -29,8 +29,8 @@ class RDDialog : public QDialog, public RDFontEngine
|
||||
{
|
||||
Q_OBJECT;
|
||||
public:
|
||||
RDDialog(QWidget *parent=0,Qt::WindowFlags f=0);
|
||||
RDDialog(RDConfig *config,QWidget *parent=0,Qt::WindowFlags f=0);
|
||||
RDDialog(QWidget *parent=0,Qt::WindowFlags f=Qt::WindowFlags());
|
||||
RDDialog(RDConfig *config,QWidget *parent=0,Qt::WindowFlags f=Qt::WindowFlags());
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user