This commit is contained in:
AJ
2024-06-23 18:11:36 +02:00
parent 97e5a3faf7
commit 997b79c862
4 changed files with 24 additions and 5 deletions

View File

@@ -9,5 +9,5 @@ private:
public:
EinsatzplanWindow(QWidget* parent = nullptr, bool admin);
EinsatzplanWindow(QWidget* parent = nullptr, std::string id, bool admin);
};