Update
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
# pragma once
|
||||||
|
# include <QMainWindow>
|
||||||
|
# include "../EinsatzplanFrame/EinsatzplanFrame.hpp"
|
||||||
|
|
||||||
|
class LoginWindow : public QMainWindow{
|
||||||
|
Q_OBJECT
|
||||||
|
private:
|
||||||
|
EinsatzplanFrame* frame_m;
|
||||||
|
|
||||||
|
|
||||||
|
public:
|
||||||
|
EinsatzplanWindow(QWidget* parent = nullptr);
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user