Browse Source

fix: Added forgotten return statement

reviewable/pr3582/r1
Diadlo 9 years ago
parent
commit
8bc3c3c8d2
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727
  1. 2
      src/widget/tool/profileimporter.cpp

2
src/widget/tool/profileimporter.cpp

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

Loading…
Cancel
Save