Initialize export_verbose false.

This commit is contained in:
Patrick Linstruth
2020-10-07 08:49:57 -07:00
parent 57d8153c94
commit 02d54b4be2

View File

@@ -52,6 +52,7 @@ MainObject::MainObject(QObject *parent)
export_channels=0; export_channels=0;
export_quality=3; export_quality=3;
export_xml=false; export_xml=false;
export_verbose=false;
// //
// Open the Database // Open the Database