Debugging message.

svn path=/trunk/KDE/kdelibs/; revision=1123334
This commit is contained in:
Adenilson Cavalcanti Da Silva 2010-05-05 20:57:02 +00:00
parent 3c24748547
commit 5e9ca683a6

View File

@ -81,7 +81,7 @@ void JavascriptAnimation::updateState(QAbstractAnimation::State newState, QAbstr
//Get the method of the object
m_method = m_instance.property(QString("updateCurrentTime"));
if (!m_method.isFunction()) {
qDebug() << "**************** ERROR! ************";
qDebug() << "**************** ERROR! Name: " << m_name << " ************";
m_instance = m_method = QScriptValue();
} else {
prepInstance();