mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-22 08:31:16 +01:00
issue #992
This commit is contained in:
@@ -29,8 +29,8 @@ class RDFrame : public QFrame, public RDFontEngine
|
|||||||
{
|
{
|
||||||
Q_OBJECT;
|
Q_OBJECT;
|
||||||
public:
|
public:
|
||||||
RDFrame(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=0);
|
RDFrame(RDConfig *config,QWidget *parent=0,Qt::WindowFlags f=Qt::WindowFlags());
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user