GUI: Fix building after path handling refactorings.
This commit is contained in:
parent
6903f61f69
commit
d5a6b02e9e
|
@ -59,7 +59,7 @@ void ThreadResult::reportErr(const ErrorLogger::ErrorMessage &msg)
|
|||
tok != msg._callStack.end();
|
||||
++tok)
|
||||
{
|
||||
files << QString((*tok).file.c_str());
|
||||
files << QString((*tok).getfile().c_str());
|
||||
lines << (*tok).line;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue