Skip to content
Commit b00d47ae authored by Oliver Kellogg's avatar Oliver Kellogg
Browse files

Fix for empty filename on using CodeImpThread::emitMessageToLog from importers:

umbrello/codeimpwizard/codeimpthread.h
- In explicit constructor pass argument `file' by reference.
- Change private member m_file to reference.

umbrello/codeimpwizard/codeimpthread.cpp
- In function emitMessageToLog, if the `file' argument is passed in
  empty then provide m_file.fileName() to signal messageToLog().
parent 826889ae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment