1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
Dubslow 2015-01-27 18:45:15 -06:00
parent 2dc5cea1d2
commit 31ac5dbe46
No known key found for this signature in database
GPG Key ID: 3DB8E05315C220AA

View File

@ -437,10 +437,7 @@ QString Widget::askProfiles()
false, // if the user can enter their own input
&ok);
if (!ok) // user cancelled
{
qApp->quit();
return "";
}
else
return profile;
}