mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Update fix
This commit is contained in:
parent
b86081cb66
commit
fbc7c73616
@ -114,7 +114,7 @@ int ProfileManager::createProfile(const QString &profileName)
|
||||
|
||||
bool ProfileManager::removeProfile(const QString &profileName)
|
||||
{
|
||||
QDir dir(DataPaths::path(DataPaths::Profiles) + "/" + profileName);
|
||||
QDir dir(DataPaths::path(DataPaths::Profiles) + QLatin1Char('/') + profileName);
|
||||
|
||||
if (!dir.exists()) {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user