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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user