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