NOISSUE create translations folder before starting to watch it for changes

Fixes issue where on first run, the translations don't show up.
This commit is contained in:
Petr Mrázek
2019-03-08 01:21:04 +01:00
parent ae956d8fd6
commit 07c1685ff1
3 changed files with 5 additions and 4 deletions

View File

@ -52,7 +52,7 @@ private:
TranslationsModel &operator=(const TranslationsModel &) = delete;
private slots:
void indexRecieved();
void indexReceived();
void indexFailed(QString reason);
void dlFailed(QString reason);
void dlGood();