1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

Don't DLLEXPORT NewReleasesWidget.

This commit is contained in:
Christian Muehlhaeuser
2014-10-12 16:03:11 +02:00
parent 1fe1695d0e
commit cf902b487d

View File

@@ -51,7 +51,7 @@ namespace Widgets
* \class
* \brief The tomahawk page that shows new releases.
*/
class DLLEXPORT NewReleasesWidget : public QWidget
class NewReleasesWidget : public QWidget
{
Q_OBJECT