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

Try to make compile on Windows.

This commit is contained in:
Teo Mrnjavac
2012-08-16 17:06:46 +02:00
parent 725f6c48f9
commit 9a60c04afc
2 changed files with 2 additions and 7 deletions

View File

@@ -19,14 +19,11 @@
#ifndef ACCOUNTSPOPUPWIDGET_H
#define ACCOUNTSPOPUPWIDGET_H
#include "DllMacro.h"
#include "Typedefs.h"
#include <QWidget>
class QVBoxLayout;
class DLLEXPORT AccountsPopupWidget : public QWidget
class AccountsPopupWidget : public QWidget
{
Q_OBJECT
public:

View File

@@ -23,12 +23,10 @@
#include "accounts/AccountModel.h"
#include "AccountModelFactoryProxy.h"
#include "DllMacro.h"
#include "Typedefs.h"
#include <QToolButton>
class DLLEXPORT AccountsToolButton : public QToolButton
class AccountsToolButton : public QToolButton
{
Q_OBJECT
public: