mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 10:33:59 +02:00
Try to make compile on Windows.
This commit is contained in:
@@ -19,14 +19,11 @@
|
|||||||
#ifndef ACCOUNTSPOPUPWIDGET_H
|
#ifndef ACCOUNTSPOPUPWIDGET_H
|
||||||
#define ACCOUNTSPOPUPWIDGET_H
|
#define ACCOUNTSPOPUPWIDGET_H
|
||||||
|
|
||||||
#include "DllMacro.h"
|
|
||||||
#include "Typedefs.h"
|
|
||||||
|
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
|
|
||||||
class QVBoxLayout;
|
class QVBoxLayout;
|
||||||
|
|
||||||
class DLLEXPORT AccountsPopupWidget : public QWidget
|
class AccountsPopupWidget : public QWidget
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
@@ -23,12 +23,10 @@
|
|||||||
|
|
||||||
#include "accounts/AccountModel.h"
|
#include "accounts/AccountModel.h"
|
||||||
#include "AccountModelFactoryProxy.h"
|
#include "AccountModelFactoryProxy.h"
|
||||||
#include "DllMacro.h"
|
|
||||||
#include "Typedefs.h"
|
|
||||||
|
|
||||||
#include <QToolButton>
|
#include <QToolButton>
|
||||||
|
|
||||||
class DLLEXPORT AccountsToolButton : public QToolButton
|
class AccountsToolButton : public QToolButton
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user