This commit is contained in:
Sebastian Kügler 2012-11-12 01:44:51 +01:00
parent f711c9378d
commit 74b0e0bd98

View File

@ -31,7 +31,7 @@ FrameSvgItemMargins::FrameSvgItemMargins(Plasma::FrameSvg *frameSvg, QObject *pa
: QObject(parent),
m_frameSvg(frameSvg)
{
kDebug() << "margins at: " << left() << top() << right() << bottom();
//kDebug() << "margins at: " << left() << top() << right() << bottom();
connect(m_frameSvg, SIGNAL(repaintNeeded()), this, SLOT(update()));
}