summaryrefslogtreecommitdiffstats
path: root/app/perfsymboltable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/perfsymboltable.cpp')
-rw-r--r--app/perfsymboltable.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/perfsymboltable.cpp b/app/perfsymboltable.cpp
index bdadf0c..e3737d5 100644
--- a/app/perfsymboltable.cpp
+++ b/app/perfsymboltable.cpp
@@ -343,8 +343,9 @@ Dwfl_Module *PerfSymbolTable::module(quint64 addr, const PerfElfMap::ElfInfo &el
return reportElf(elf);
}
-static QFileInfo findDebugInfoFile(const QString &root, const QString &file,
- const QString &debugLinkString)
+QFileInfo PerfSymbolTable::findDebugInfoFile(
+ const QString &root, const QString &file,
+ const QString &debugLinkString)
{
auto dir = QFileInfo(root).dir();
const auto folder = QFileInfo(file).path();