1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-04 16:12:24 +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:
InfoPlugin(QObject *parent)
:QObject(parent)
{
qDebug() << Q_FUNC_INFO;
}
{
qDebug() << Q_FUNC_INFO;
}
~InfoPlugin()
{
qDebug() << Q_FUNC_INFO;