1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

* Moved SocialActions to Query.

This commit is contained in:
Christian Muehlhaeuser
2012-05-05 16:58:49 +02:00
parent 7b801270c2
commit 2b139103d0

View File

@@ -36,16 +36,6 @@ class DatabaseCommand_LoadFile;
namespace Tomahawk
{
struct SocialAction
{
QVariant action;
QVariant value;
QVariant timestamp;
Tomahawk::source_ptr source;
};
class DLLEXPORT Result : public QObject
{
Q_OBJECT