1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

Move to Tomahawk namespace

This commit is contained in:
Uwe L. Korn
2014-11-19 23:09:05 +01:00
parent 0c0b207497
commit 2d8f249f3c

View File

@@ -19,8 +19,12 @@
#include "ScriptCommand.h" #include "ScriptCommand.h"
namespace Tomahawk
{
ScriptCommand::ScriptCommand( QObject* parent ) ScriptCommand::ScriptCommand( QObject* parent )
: QObject( parent ) : QObject( parent )
{ {
} }
}