mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-20 15:41:23 +01:00
Fix QFlags initialization warning - use constructor
This commit is contained in:
@@ -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());
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user