1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02:00

Whitespacing

This commit is contained in:
Jeff Mitchell
2011-03-27 21:47:57 -04:00
parent ecd8b302c4
commit e590aa7739

View File

@@ -101,9 +101,10 @@ class InfoPlugin : public QObject
public: public:
InfoPlugin(QObject *parent) InfoPlugin(QObject *parent)
:QObject(parent) :QObject(parent)
{ {
qDebug() << Q_FUNC_INFO; qDebug() << Q_FUNC_INFO;
} }
~InfoPlugin() ~InfoPlugin()
{ {
qDebug() << Q_FUNC_INFO; qDebug() << Q_FUNC_INFO;