mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
issue #992
This commit is contained in:
@@ -31,7 +31,7 @@ class VBox : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
VBox(QWidget *parent=0,Qt::WindowFlags f=0);
|
||||
VBox(QWidget *parent=0,Qt::WindowFlags f=Qt::WindowFlags());
|
||||
void addWidget(QWidget *widget);
|
||||
void setSpacing(int space);
|
||||
|
||||
|
Reference in New Issue
Block a user