Skip to content

Commit

Permalink
backup language subtitles downloading in silent/console mode fixed #42
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemin committed Nov 28, 2015
1 parent 605d3fd commit 75cae32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/qnapicli.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ class QNapiCli : public QCoreApplication

QNapiCli(int argc, char **argv) :
QCoreApplication(argc, argv),
mode(CM_UNSET), showPolicy(SLP_USE_CONFIG) {}
mode(CM_UNSET),
showPolicy(SLP_USE_CONFIG),
langBackupPassed(false)
{}

static bool isCliCall(int argc, char **argv);
int exec();
Expand Down

0 comments on commit 75cae32

Please sign in to comment.