clang-format + copyright

This commit is contained in:
Vogel, Rick 2023-04-28 11:02:02 +02:00
parent 835259c1a9
commit ed842d07d4
4 changed files with 20 additions and 10 deletions

View File

@ -8,8 +8,8 @@
#ifdef ITEM_STATISTICS #ifdef ITEM_STATISTICS
#include <QskObjectCounter.h> #include <QskObjectCounter.h>
#endif #endif
#include <QskWindow.h>
#include <QskLinearBox.h> #include <QskLinearBox.h>
#include <QskWindow.h>
#include <QGuiApplication> #include <QGuiApplication>

View File

@ -1,3 +1,8 @@
/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
* SPDX-License-Identifier: BSD-3-Clause
*****************************************************************************/
#include "QskTreeView.h" #include "QskTreeView.h"
QSK_SUBCONTROL( QskTreeView, Cell ) QSK_SUBCONTROL( QskTreeView, Cell )

View File

@ -1,3 +1,8 @@
/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
* SPDX-License-Identifier: BSD-3-Clause
*****************************************************************************/
#pragma once #pragma once
#include <QskListView.h> #include <QskListView.h>