mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +01:00
issue #992
This commit is contained in:
@@ -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());
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user