Remove qt include prefixx
This commit is contained in:
parent
fbfd3b9591
commit
cbd5abf787
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest>
|
||||||
|
|
||||||
namespace Plasma
|
namespace Plasma
|
||||||
{
|
{
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#ifndef CORONATEST_H
|
#ifndef CORONATEST_H
|
||||||
#define CORONATEST_H
|
#define CORONATEST_H
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest>
|
||||||
|
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#ifndef DIALOGTEST_H
|
#ifndef DIALOGTEST_H
|
||||||
#define DIALOGTEST_H
|
#define DIALOGTEST_H
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest>
|
||||||
#include <QQuickView>
|
#include <QQuickView>
|
||||||
#include <QQuickItem>
|
#include <QQuickItem>
|
||||||
|
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
#include <QQmlEngine>
|
#include <QQmlEngine>
|
||||||
#include <QQmlContext>
|
#include <QQmlContext>
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest>
|
||||||
#include <QtTest/QSignalSpy>
|
#include <QSignalSpy>
|
||||||
|
|
||||||
|
|
||||||
//this test checks that we don't set visible to true until after we set the window flags
|
//this test checks that we don't set visible to true until after we set the window flags
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#ifndef DIALOLOADGTEST_H
|
#ifndef DIALOLOADGTEST_H
|
||||||
#define DIALOLOADGTEST_H
|
#define DIALOLOADGTEST_H
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest>
|
||||||
|
|
||||||
#include "plasmaquick/dialog.h"
|
#include "plasmaquick/dialog.h"
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#ifndef DIALOGTEST_H
|
#ifndef DIALOGTEST_H
|
||||||
#define DIALOGTEST_H
|
#define DIALOGTEST_H
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest>
|
||||||
|
|
||||||
#include "plasmaquick/dialog.h"
|
#include "plasmaquick/dialog.h"
|
||||||
|
|
||||||
|
@ -41,9 +41,9 @@
|
|||||||
|
|
||||||
#include "dynamictreemodel.h"
|
#include "dynamictreemodel.h"
|
||||||
|
|
||||||
#include <QtCore/QHash>
|
#include <QHash>
|
||||||
#include <QtCore/QList>
|
#include <QList>
|
||||||
#include <QtCore/QTimer>
|
#include <QTimer>
|
||||||
|
|
||||||
DynamicTreeModel::DynamicTreeModel(QObject *parent)
|
DynamicTreeModel::DynamicTreeModel(QObject *parent)
|
||||||
: QAbstractItemModel(parent),
|
: QAbstractItemModel(parent),
|
||||||
|
@ -42,10 +42,10 @@
|
|||||||
#ifndef DYNAMICTREEMODEL_H
|
#ifndef DYNAMICTREEMODEL_H
|
||||||
#define DYNAMICTREEMODEL_H
|
#define DYNAMICTREEMODEL_H
|
||||||
|
|
||||||
#include <QtCore/QAbstractItemModel>
|
#include <QAbstractItemModel>
|
||||||
|
|
||||||
#include <QtCore/QHash>
|
#include <QHash>
|
||||||
#include <QtCore/QList>
|
#include <QList>
|
||||||
|
|
||||||
class DynamicTreeModel : public QAbstractItemModel
|
class DynamicTreeModel : public QAbstractItemModel
|
||||||
{
|
{
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#ifndef FALLBACKPACKAGETEST_H
|
#ifndef FALLBACKPACKAGETEST_H
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest>
|
||||||
|
|
||||||
#include "plasma/package.h"
|
#include "plasma/package.h"
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#ifndef FRAMESVGTEST_H
|
#ifndef FRAMESVGTEST_H
|
||||||
#define FRAMESVGTEST_H
|
#define FRAMESVGTEST_H
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest>
|
||||||
|
|
||||||
|
|
||||||
#include "plasma/framesvg.h"
|
#include "plasma/framesvg.h"
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <QQmlContext>
|
#include <QQmlContext>
|
||||||
#include <QQmlComponent>
|
#include <QQmlComponent>
|
||||||
#include <QQuickItemGrabResult>
|
#include <QQuickItemGrabResult>
|
||||||
#include <QtTest/QSignalSpy>
|
#include <QSignalSpy>
|
||||||
|
|
||||||
#include <KIconLoader>
|
#include <KIconLoader>
|
||||||
#include <KIconEngine>
|
#include <KIconEngine>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include <QQuickItem>
|
#include <QQuickItem>
|
||||||
#include <QQuickView>
|
#include <QQuickView>
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest>
|
||||||
|
|
||||||
namespace Plasma
|
namespace Plasma
|
||||||
{
|
{
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
#include "modeltest.h"
|
#include "modeltest.h"
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest>
|
||||||
//#undef Q_ASSERT
|
//#undef Q_ASSERT
|
||||||
//#define Q_ASSERT QVERIFY
|
//#define Q_ASSERT QVERIFY
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#ifndef PACKAGESTRUCTURETEST_H
|
#ifndef PACKAGESTRUCTURETEST_H
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest>
|
||||||
|
|
||||||
#include "plasma/package.h"
|
#include "plasma/package.h"
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#ifndef PACKAGETEST_H
|
#ifndef PACKAGETEST_H
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest>
|
||||||
|
|
||||||
#include "plasma/package.h"
|
#include "plasma/package.h"
|
||||||
#include "plasma/packagestructure.h"
|
#include "plasma/packagestructure.h"
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include <qtest.h>
|
#include <qtest.h>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
//#include <QJsonObject>
|
//#include <QJsonObject>
|
||||||
#include <QtTest/QSignalSpy>
|
#include <QSignalSpy>
|
||||||
|
|
||||||
#include <kplugininfo.h>
|
#include <kplugininfo.h>
|
||||||
//#include <kplugintrader.h>
|
//#include <kplugintrader.h>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef STORAGETEST_H
|
#ifndef STORAGETEST_H
|
||||||
#define STORAGETEST_H
|
#define STORAGETEST_H
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest>
|
||||||
|
|
||||||
class StorageTest : public QObject
|
class StorageTest : public QObject
|
||||||
{
|
{
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#ifndef THEMETEST_H
|
#ifndef THEMETEST_H
|
||||||
#define THEMETEST_H
|
#define THEMETEST_H
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest>
|
||||||
|
|
||||||
#include "plasma/theme.h"
|
#include "plasma/theme.h"
|
||||||
#include "plasma/svg.h"
|
#include "plasma/svg.h"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <QtQml>
|
#include <QtQml>
|
||||||
#include <QtQml/QQmlExtensionPlugin>
|
#include <QQmlExtensionPlugin>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|
||||||
#include "application.h"
|
#include "application.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user