mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-20 15:02:27 +02:00
issue #992
This commit is contained in:
parent
7b056ebb44
commit
96722c6bd7
@ -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());
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user