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

fix: Added forgotten return statement

This commit is contained in:
Diadlo 2016-08-02 03:17:45 +03:00
parent 349a1ffb02
commit 8bc3c3c8d2
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

View File

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