Skip to content
Snippets Groups Projects
Unverified Commit fe53ee26 authored by LC's avatar LC Committed by GitHub
Browse files

Merge pull request #4826 from Morph1984/resolve-warning

applets/profile_select: Resolve a warning in exec()
parents ab052cf6 9afbcd9e
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ int QtProfileSelectionDialog::exec() {
user_index = 0;
return QDialog::Accepted;
}
QDialog::exec();
return QDialog::exec();
}
void QtProfileSelectionDialog::accept() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment