Skip to content

Commit

Permalink
fix #1198: Падение приложения в linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Funcy-dcm committed Dec 6, 2019
1 parent cafc374 commit 708603d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/application/logfile.cpp
Expand Up @@ -26,6 +26,8 @@ LogFile::LogFile()
#ifdef HAVE_QT5
void LogFile::msgHandler(QtMsgType type, const QMessageLogContext &, const QString &msg)
{
if (!mainApp)
return;
if (msg.startsWith("libpng warning: iCCP"))
return;

Expand Down

0 comments on commit 708603d

Please sign in to comment.