mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2021-02-24 Fred Gleason <fredg@paravelsystems.com>
* Updated build system to use Qt5 instead of Qt4. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -31,7 +31,7 @@ class VBox : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
VBox(QWidget *parent=0,Qt::WFlags f=0);
|
||||
VBox(QWidget *parent=0,Qt::WindowFlags f=0);
|
||||
void addWidget(QWidget *widget);
|
||||
void setSpacing(int space);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user