1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 18:56:34 +01:00

Correct profile path. Fixes #1570

This commit is contained in:
Mladen Pejaković 2014-12-29 18:28:14 +01:00
parent c1901cd81d
commit b86081cb66

View File

@ -114,7 +114,7 @@ int ProfileManager::createProfile(const QString &profileName)
bool ProfileManager::removeProfile(const QString &profileName) bool ProfileManager::removeProfile(const QString &profileName)
{ {
QDir dir(DataPaths::path(DataPaths::Profiles) + profileName); QDir dir(DataPaths::path(DataPaths::Profiles) + "/" + profileName);
if (!dir.exists()) { if (!dir.exists()) {
return false; return false;