MCPcopy Create free account
hub / github.com/coslyk/moonplayer / showErrorDialog

Method showErrorDialog

src/parserBase.cpp:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135
136void ParserBase::showErrorDialog(const QString &errMsg)
137{
138 Q_ASSERT(Dialogs::instance() != nullptr);
139 QString msg = tr("Parse failed!\nURL: %1\n\nPlease try updating plugins.").arg(m_url.toString());
140 Dialogs::instance()->messageDialog(tr("Error"), msg);
141 qDebug("%s", errMsg.toUtf8().constData());
142}

Callers

nothing calls this directly

Calls 1

messageDialogMethod · 0.80

Tested by

no test coverage detected