1
0
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:
Dominik Schmidt
2012-03-09 02:55:46 +01:00
parent 448734190c
commit 9a19c9e81e

View File

@@ -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