1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-15 05:22:35 +02:00

Remove wrong DLLEXPORT

This commit is contained in:
Uwe L. Korn 2014-06-30 17:32:22 +01:00
parent bffc41c5a3
commit 15965ad2c2

View File

@ -55,7 +55,7 @@ namespace Widgets
* \class
* \brief The tomahawk page that shows music charts.
*/
class DLLEXPORT WhatsHotWidget : public QWidget
class WhatsHotWidget : public QWidget
{
Q_OBJECT