mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +02:00
Don't use dllmacro in the application
This commit is contained in:
@@ -19,8 +19,6 @@
|
|||||||
#ifndef TOMAHAWK_GUI_HELPERS_H
|
#ifndef TOMAHAWK_GUI_HELPERS_H
|
||||||
#define TOMAHAWK_GUI_HELPERS_H
|
#define TOMAHAWK_GUI_HELPERS_H
|
||||||
|
|
||||||
#include "dllmacro.h"
|
|
||||||
|
|
||||||
class QWidget;
|
class QWidget;
|
||||||
namespace Tomahawk {
|
namespace Tomahawk {
|
||||||
namespace Accounts {
|
namespace Accounts {
|
||||||
@@ -31,8 +29,8 @@ namespace Tomahawk {
|
|||||||
|
|
||||||
namespace TomahawkUtils
|
namespace TomahawkUtils
|
||||||
{
|
{
|
||||||
DLLEXPORT void createAccountFromFactory( Tomahawk::Accounts::AccountFactory*, QWidget* parent );
|
void createAccountFromFactory( Tomahawk::Accounts::AccountFactory*, QWidget* parent );
|
||||||
DLLEXPORT void openAccountConfig( Tomahawk::Accounts::Account*, QWidget* parent, bool showDelete = false );
|
void openAccountConfig( Tomahawk::Accounts::Account*, QWidget* parent, bool showDelete = false );
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
Reference in New Issue
Block a user