Skip to content
Commit d3b3bee3 authored by Tanu Kaskinen's avatar Tanu Kaskinen
Browse files

pavuapplication: initialize members in the constructor

It seems that without explicit initialization of the members they remain
uninitialized. The lack of initialization caused crashing, because
PavuApplication::on_activate() creates the MainWindow only if mainWindow
is NULL, and if it's some random value instead, on_activate() calls
selectTab() on a non-existent window.

Fixes: #49
parent 8fc715d7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment