aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/codestylepool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/codestylepool.cpp')
-rw-r--r--src/plugins/texteditor/codestylepool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/codestylepool.cpp b/src/plugins/texteditor/codestylepool.cpp
index 2907951fd1..1ee28c902e 100644
--- a/src/plugins/texteditor/codestylepool.cpp
+++ b/src/plugins/texteditor/codestylepool.cpp
@@ -93,7 +93,7 @@ QString CodeStylePoolPrivate::generateUniqueId(const QString &id) const
static QString customCodeStylesPath()
{
- QString path = Core::ICore::instance()->userResourcePath();
+ QString path = Core::ICore::userResourcePath();
path.append(QLatin1String("/codestyles/"));
return path;
}