Remove unused imports

This commit is contained in:
Clemens Manert 2023-02-25 22:27:56 +01:00
parent 72190aee91
commit 4310ee3c34
No known key found for this signature in database
GPG Key ID: 9197EAE8F85E3A18
3 changed files with 0 additions and 6 deletions

View File

@ -54,7 +54,6 @@
#include <QGuiApplication> #include <QGuiApplication>
#include <QScreen> #include <QScreen>
#include <qnamespace.h>
static const int qskDuration = 150; static const int qskDuration = 150;

View File

@ -3,9 +3,6 @@
#include "QskAnimationHint.h" #include "QskAnimationHint.h"
#include "QskSkinlet.h" #include "QskSkinlet.h"
#include <qglobal.h>
#include <qnamespace.h>
QSK_SUBCONTROL( QskRadioBox, Panel ) QSK_SUBCONTROL( QskRadioBox, Panel )
QSK_SUBCONTROL( QskRadioBox, Button ) QSK_SUBCONTROL( QskRadioBox, Button )
QSK_SUBCONTROL( QskRadioBox, Symbol ) QSK_SUBCONTROL( QskRadioBox, Symbol )

View File

@ -9,8 +9,6 @@
#include "QskGraphic.h" #include "QskGraphic.h"
#include "QskFunctions.h" #include "QskFunctions.h"
#include "QskSkin.h" #include "QskSkin.h"
#include <qnamespace.h>
#include <type_traits>
namespace { namespace {
using Q = QskRadioBox; using Q = QskRadioBox;