mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 10:05:32 +02:00
Add dbcmd_ptr to typedefs
This commit is contained in:
@@ -32,7 +32,10 @@
|
|||||||
|
|
||||||
// TODO: Move into Tomahawk namespace
|
// TODO: Move into Tomahawk namespace
|
||||||
class Msg;
|
class Msg;
|
||||||
|
class DatabaseCommand;
|
||||||
|
|
||||||
typedef QSharedPointer<Msg> msg_ptr;
|
typedef QSharedPointer<Msg> msg_ptr;
|
||||||
|
typedef QSharedPointer< DatabaseCommand> dbcmd_ptr;
|
||||||
|
|
||||||
namespace Tomahawk
|
namespace Tomahawk
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user