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:
@@ -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:
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user