mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix SPE
This commit is contained in:
parent
2dc5cea1d2
commit
31ac5dbe46
|
@ -437,10 +437,7 @@ QString Widget::askProfiles()
|
||||||
false, // if the user can enter their own input
|
false, // if the user can enter their own input
|
||||||
&ok);
|
&ok);
|
||||||
if (!ok) // user cancelled
|
if (!ok) // user cancelled
|
||||||
{
|
|
||||||
qApp->quit();
|
|
||||||
return "";
|
return "";
|
||||||
}
|
|
||||||
else
|
else
|
||||||
return profile;
|
return profile;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user