1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #3582

Diadlo (1):
      fix: Added forgotten return statement
This commit is contained in:
sudden6 2016-08-02 08:10:35 +02:00
commit fca278f334
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -43,7 +43,7 @@ bool ProfileImporter::importProfile()
0,
QFileDialog::DontUseNativeDialog);
importProfile(path);
return importProfile(path);
}
bool ProfileImporter::importProfile(const QString &path)