some intermediate commit

This commit is contained in:
arcan1s
2014-11-12 05:16:05 +03:00
parent 7069758b73
commit 0f4bbbfba1
6 changed files with 351 additions and 1 deletions

View File

@ -25,7 +25,6 @@
#include <Plasma/Corona>
#include <Plasma/Theme>
#include <Plasma/ToolTipManager>
#include <QBuffer>
#include <QDebug>
#include <QFile>
#include <QGraphicsGridLayout>
@ -52,6 +51,7 @@ CustomPlasmaLabel::CustomPlasmaLabel(DesktopPanel *wid, const int num, const boo
CustomPlasmaLabel::~CustomPlasmaLabel()
{
if (debug) qDebug() << PDEBUG;
}
@ -111,6 +111,7 @@ DesktopPanel::DesktopPanel(QObject *parent, const QVariantList &args)
DesktopPanel::~DesktopPanel()
{
if (debug) qDebug() << PDEBUG;
}