Fixing variable initializations part 1

This commit is contained in:
Jan Käberich 2022-10-23 20:34:20 +02:00
parent 796a8cb3f9
commit 3a9d169d46
18 changed files with 47 additions and 90 deletions

View file

@ -8,7 +8,9 @@
ModeHandler::ModeHandler(AppWindow *aw):
QObject(),
aw(aw)
currentModeIndex(0),
aw(aw),
activeMode(nullptr)
{}
void ModeHandler::shutdown()