Skip to content

Commit

Permalink
Update Libs/Core/ctkAbstractJob.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andras Lasso <[email protected]>
  • Loading branch information
Punzo and lassoan authored Sep 9, 2024
1 parent 8afb5c3 commit 65e0f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libs/Core/ctkAbstractJob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ QString ctkAbstractJob::loggedText() const
}

//----------------------------------------------------------------------------
void ctkAbstractJob::addLoggedText(QString loggedText)
void ctkAbstractJob::addLog(QString loggedText)
{
if (loggedText.isEmpty())
{
Expand Down

0 comments on commit 65e0f45

Please sign in to comment.