Remove unused imports
This commit is contained in:
parent
72190aee91
commit
4310ee3c34
@ -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;
|
||||||
|
|
||||||
|
@ -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 )
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user