1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

Update fix

This commit is contained in:
Mladen Pejaković 2014-12-30 14:51:36 +01:00
parent b86081cb66
commit fbc7c73616

View File

@ -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;