This commit is contained in:
AJ
2024-06-23 18:16:56 +02:00
parent 997b79c862
commit 4184a2db78
4 changed files with 4 additions and 4 deletions

View File

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