Remove unneeded statements

This commit is contained in:
Aleix Pol 2014-04-28 17:18:11 +02:00
parent 3df85902ec
commit 94dc5c30c9
2 changed files with 0 additions and 3 deletions

View File

@ -105,7 +105,6 @@ void ViewPrivate::setContainment(Plasma::Containment *cont)
QQuickItem *graphicObject = qobject_cast<QQuickItem *>(containment.data()->property("_plasma_graphicObject").value<QObject *>());
qDebug() << containment.data()->pluginInfo().name();
Q_ASSERT(graphicObject);
if (graphicObject) {
qDebug() << "using as graphic containment" << graphicObject << containment.data();

View File

@ -37,8 +37,6 @@ class QmlAppletScript;
class QSignalMapper;
class QSizeF;
class ConfigView;
namespace KDeclarative
{
class ConfigPropertyMap;