aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/debugginghelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/debugginghelper.cpp')
-rw-r--r--src/plugins/projectexplorer/debugginghelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/debugginghelper.cpp b/src/plugins/projectexplorer/debugginghelper.cpp
index 65d5054258..8a8d2972cb 100644
--- a/src/plugins/projectexplorer/debugginghelper.cpp
+++ b/src/plugins/projectexplorer/debugginghelper.cpp
@@ -70,7 +70,7 @@ QStringList DebuggingHelperLibrary::debuggingHelperLibraryDirectories(const QStr
static QString sourcePath()
{
- return Core::ICore::instance()->resourcePath() + QLatin1String("/dumper/");
+ return Core::ICore::resourcePath() + QLatin1String("/dumper/");
}
static QStringList sourceFileNames()