Remove unneeded statements
This commit is contained in:
parent
3df85902ec
commit
94dc5c30c9
@ -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();
|
||||
|
@ -37,8 +37,6 @@ class QmlAppletScript;
|
||||
class QSignalMapper;
|
||||
class QSizeF;
|
||||
|
||||
class ConfigView;
|
||||
|
||||
namespace KDeclarative
|
||||
{
|
||||
class ConfigPropertyMap;
|
||||
|
Loading…
Reference in New Issue
Block a user