Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
flipmcf committed Nov 22, 2024
1 parent 7b056eb commit 96722c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rdframe.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class RDFrame : public QFrame, public RDFontEngine
{
Q_OBJECT;
public:
RDFrame(QWidget *parent=0,Qt::WindowFlags f=0);
RDFrame(RDConfig *config,QWidget *parent=0,Qt::WindowFlags f=0);
RDFrame(QWidget *parent=0,Qt::WindowFlags f=Qt::WindowFlags());
RDFrame(RDConfig *config,QWidget *parent=0,Qt::WindowFlags f=Qt::WindowFlags());
};


Expand Down

0 comments on commit 96722c6

Please sign in to comment.