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:
parent
349a1ffb02
commit
8bc3c3c8d2
|
@ -43,7 +43,7 @@ bool ProfileImporter::importProfile()
|
|||
0,
|
||||
QFileDialog::DontUseNativeDialog);
|
||||
|
||||
importProfile(path);
|
||||
return importProfile(path);
|
||||
}
|
||||
|
||||
bool ProfileImporter::importProfile(const QString &path)
|
||||
|
|
Loading…
Reference in New Issue
Block a user