mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
Unprefix Qt includes
This commit is contained in:
parent
bd84125c85
commit
7b654bdd24
@ -21,9 +21,9 @@
|
||||
#ifndef SOURCE_H
|
||||
#define SOURCE_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QSharedPointer>
|
||||
#include <QtCore/QVariantMap>
|
||||
#include <QObject>
|
||||
#include <QSharedPointer>
|
||||
#include <QVariantMap>
|
||||
|
||||
#include "Typedefs.h"
|
||||
#include "accounts/AccountManager.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user