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