Debugging message.
svn path=/trunk/KDE/kdelibs/; revision=1123334
This commit is contained in:
parent
3c24748547
commit
5e9ca683a6
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user