From 9a19c9e81e7d4ae0bf8a0d569cca8337dc8ff115 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Fri, 9 Mar 2012 02:55:46 +0100 Subject: [PATCH] Don't use dllmacro in the application --- src/utils/guihelpers.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/utils/guihelpers.h b/src/utils/guihelpers.h index 8d1f7ac49..f17ccd43c 100644 --- a/src/utils/guihelpers.h +++ b/src/utils/guihelpers.h @@ -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 \ No newline at end of file