1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 17:29:42 +01:00

Fix export

This commit is contained in:
Dominik Schmidt 2012-05-20 15:21:20 +02:00
parent 92423fe925
commit 5a8b32691e

View File

@ -51,7 +51,7 @@ enum PushInfoFlags { // must be powers of 2
};
struct InfoRequestData {
struct DLLEXPORT InfoRequestData {
quint64 requestId;
quint64 internalId; //do not assign to this; it may get overwritten by the InfoSystem
QString caller;