include guards formalized

This commit is contained in:
Uwe Rathmann 2022-03-20 13:11:34 +01:00
parent 13d00d176f
commit bc3ef26584
14 changed files with 14 additions and 14 deletions

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_FLICK_ANIMATOR_H #ifndef QSK_FLICK_ANIMATOR_H
#define QSK_FLICK_ANIMATOR_H 1 #define QSK_FLICK_ANIMATOR_H
#include "QskAnimator.h" #include "QskAnimator.h"

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_INPUT_GRABBER_H #ifndef QSK_INPUT_GRABBER_H
#define QSK_INPUT_GRABBER_H 1 #define QSK_INPUT_GRABBER_H
#include "QskControl.h" #include "QskControl.h"

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_OBJECT_TREE_H #ifndef QSK_OBJECT_TREE_H
#define QSK_OBJECT_TREE_H 1 #define QSK_OBJECT_TREE_H
#include "QskControl.h" #include "QskControl.h"
#include "QskWindow.h" #include "QskWindow.h"

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_QUICK_H #ifndef QSK_QUICK_H
#define QSK_QUICK_H 1 #define QSK_QUICK_H
#include "QskGlobal.h" #include "QskGlobal.h"
#include <qnamespace.h> #include <qnamespace.h>

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_SUB_WINDOW_H #ifndef QSK_SUB_WINDOW_H
#define QSK_SUB_WINDOW_H 1 #define QSK_SUB_WINDOW_H
#include "QskPopup.h" #include "QskPopup.h"

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_SUB_WINDOW_AREA_H #ifndef QSK_SUB_WINDOW_AREA_H
#define QSK_SUB_WINDOW_AREA_H 1 #define QSK_SUB_WINDOW_AREA_H
#include "QskControl.h" #include "QskControl.h"

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_WINDOW_H #ifndef QSK_WINDOW_H
#define QSK_WINDOW_H 1 #define QSK_WINDOW_H
#include "QskGlobal.h" #include "QskGlobal.h"
#include <qquickwindow.h> #include <qquickwindow.h>

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_DIALOG_H #ifndef QSK_DIALOG_H
#define QSK_DIALOG_H 1 #define QSK_DIALOG_H
#include "QskGlobal.h" #include "QskGlobal.h"

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_DIALOG_SUB_WINDOW_H #ifndef QSK_DIALOG_SUB_WINDOW_H
#define QSK_DIALOG_SUB_WINDOW_H 1 #define QSK_DIALOG_SUB_WINDOW_H
#include "QskDialog.h" #include "QskDialog.h"
#include "QskSubWindow.h" #include "QskSubWindow.h"

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_DIALOG_WINDOW_H #ifndef QSK_DIALOG_WINDOW_H
#define QSK_DIALOG_WINDOW_H 1 #define QSK_DIALOG_WINDOW_H
#include "QskDialog.h" #include "QskDialog.h"
#include "QskWindow.h" #include "QskWindow.h"

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_MESSAGE_SUB_WINDOW_H #ifndef QSK_MESSAGE_SUB_WINDOW_H
#define QSK_MESSAGE_SUB_WINDOW_H 1 #define QSK_MESSAGE_SUB_WINDOW_H
#include "QskDialogSubWindow.h" #include "QskDialogSubWindow.h"

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_MESSAGE_WINDOW_H #ifndef QSK_MESSAGE_WINDOW_H
#define QSK_MESSAGE_WINDOW_H 1 #define QSK_MESSAGE_WINDOW_H
#include "QskDialogWindow.h" #include "QskDialogWindow.h"

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_SELECTION_SUB_WINDOW_H #ifndef QSK_SELECTION_SUB_WINDOW_H
#define QSK_SELECTION_SUB_WINDOW_H 1 #define QSK_SELECTION_SUB_WINDOW_H
#include "QskDialogSubWindow.h" #include "QskDialogSubWindow.h"

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_SELECTION_WINDOW_H #ifndef QSK_SELECTION_WINDOW_H
#define QSK_SELECTION_WINDOW_H 1 #define QSK_SELECTION_WINDOW_H
#include "QskDialogWindow.h" #include "QskDialogWindow.h"