aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggersourcepathmappingwidget.cpp')
-rw-r--r--src/plugins/debugger/debuggersourcepathmappingwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
index 8f74a24da5d..5242ebfc2d2 100644
--- a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
+++ b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
@@ -452,12 +452,12 @@ SourcePathMapAspect::~SourcePathMapAspect()
delete d;
}
-void SourcePathMapAspect::fromMap(const Storage &)
+void SourcePathMapAspect::fromMap(const Store &)
{
QTC_CHECK(false); // This is only used via read/writeSettings
}
-void SourcePathMapAspect::toMap(Storage &) const
+void SourcePathMapAspect::toMap(Store &) const
{
QTC_CHECK(false);
}