mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Whitespacing
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user