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

Move AccountDllMacro to libtomahawk so it can be used by external plugins

This commit is contained in:
Dominik Schmidt
2013-01-15 15:00:49 +01:00
parent e8af9d4c1f
commit 8a43c70e54
3 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
#include "accounts/Account.h" #include "accounts/Account.h"
#include "TomahawkZeroconf.h" #include "TomahawkZeroconf.h"
#include "../AccountDllMacro.h" #include "accounts/AccountDllMacro.h"
#include <QtCore/QTimer> #include <QtCore/QTimer>

View File

@@ -21,7 +21,7 @@
#include "Zeroconf.h" #include "Zeroconf.h"
#include "accounts/Account.h" #include "accounts/Account.h"
#include "../AccountDllMacro.h" #include "accounts/AccountDllMacro.h"
class SipPlugin; class SipPlugin;