1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Make compile on Mac, take 2.

This commit is contained in:
Teo Mrnjavac
2012-08-15 15:58:49 +02:00
parent 0804152eaa
commit c28cc5ff1f

View File

@@ -19,11 +19,13 @@
#ifndef SOURCETREE_POPUP_DIALOG_MAC_H #ifndef SOURCETREE_POPUP_DIALOG_MAC_H
#define SOURCETREE_POPUP_DIALOG_MAC_H #define SOURCETREE_POPUP_DIALOG_MAC_H
#include "DllMacro.h"
class QWidget; class QWidget;
namespace SourceTreePopupHelper { namespace SourceTreePopupHelper {
void clearBackground( QWidget* widget ); void DLLEXPORT clearBackground( QWidget* widget );
} }
#endif #endif