kcachegrind
Go to the documentation of this file.
36 _timer.setSingleShot(
true);
38 qDebug() <<
"Loading" << filename;
44 if (_timer.isActive())
return;
47 qDebug() <<
"Loading" <<
_filename <<
"(" << progress <<
"%)";
52 qDebug() <<
"Warning in " <<
_filename <<
", line" << line
58 qDebug() <<
"Error in " <<
_filename <<
", line" << line
66 qDebug() <<
"File" <<
_filename <<
"loaded.";
68 qDebug() <<
"Error loading file" <<
_filename <<
":" << qPrintable(msg);
virtual void loadProgress(int progress)
virtual void loadError(int line, const QString &msg)
virtual void loadStart(const QString &filename)
virtual void loadFinished(const QString &msg)
virtual void loadWarning(int line, const QString &msg)
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:27 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.