mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
Fixing variable initializations part 1
This commit is contained in:
parent
796a8cb3f9
commit
3a9d169d46
18 changed files with 47 additions and 90 deletions
|
|
@ -8,7 +8,9 @@
|
|||
|
||||
ModeHandler::ModeHandler(AppWindow *aw):
|
||||
QObject(),
|
||||
aw(aw)
|
||||
currentModeIndex(0),
|
||||
aw(aw),
|
||||
activeMode(nullptr)
|
||||
{}
|
||||
|
||||
void ModeHandler::shutdown()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue