Update
This commit is contained in:
@@ -18,5 +18,5 @@ protected:
|
||||
QPushButton* deleteVeranstaltungButton_m;
|
||||
|
||||
public:
|
||||
EinsatzplanFrame(QWidget* parent = nullptr, QString id, bool admin);
|
||||
EinsatzplanFrame(QWidget* parent = nullptr, QString id = nullptr, bool admin = false);
|
||||
};
|
||||
@@ -9,5 +9,5 @@ private:
|
||||
|
||||
|
||||
public:
|
||||
EinsatzplanWindow(QWidget* parent = nullptr, QString id, bool admin);
|
||||
EinsatzplanWindow(QWidget* parent = nullptr, QString id = nullptr, bool admin = false);
|
||||
};
|
||||
Reference in New Issue
Block a user