Commit bca2a9e8 authored by Ludovic Fauvet's avatar Ludovic Fauvet

Qt: do not use uninitialized value

parent 53316b8c
......@@ -147,6 +147,7 @@ void SoutDialog::addDest( )
break;
default:
assert(0);
return;
}
int index = ui.destTab->addTab( db, caption );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment