fix styling, refactor some variables, simplified some code
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
# include <QMainWindow>
|
||||
# include "../EinsatzplanFrame/EinsatzplanFrame.hpp"
|
||||
|
||||
class EinsatzplanWindow : public QMainWindow{
|
||||
Q_OBJECT
|
||||
class EinsatzplanWindow : public QMainWindow {
|
||||
Q_OBJECT
|
||||
private:
|
||||
EinsatzplanFrame* frame_m;
|
||||
|
||||
EinsatzplanFrame* m_frame;
|
||||
|
||||
public:
|
||||
EinsatzplanWindow(QWidget* parent = nullptr, QString id = "0000000", bool admin = true);
|
||||
};
|
||||
EinsatzplanWindow(QWidget* parent = nullptr, QString id = "0000000", bool admin = true);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user