1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 16:44:05 +02:00

Add dbcmd_ptr to typedefs

This commit is contained in:
Teo Mrnjavac
2013-07-06 11:52:22 +02:00
parent 823b75f831
commit b64162ecce

View File

@@ -32,7 +32,10 @@
// TODO: Move into Tomahawk namespace
class Msg;
class DatabaseCommand;
typedef QSharedPointer<Msg> msg_ptr;
typedef QSharedPointer< DatabaseCommand> dbcmd_ptr;
namespace Tomahawk
{