identifiers with a leading underscore are marked as reserved by the

language specification.
This commit is contained in:
Uwe Rathmann 2017-12-07 14:56:12 +01:00
parent bef02983f3
commit 8abd8cf049
14 changed files with 28 additions and 28 deletions

View File

@ -1,5 +1,5 @@
#ifndef _BUTTON_BAR_ #ifndef BUTTON_BAR
#define _BUTTON_BAR_ #define BUTTON_BAR
#include <QskLinearBox.h> #include <QskLinearBox.h>

View File

@ -1,5 +1,5 @@
#ifndef _SKIN_FACTORY_H_ #ifndef SKIN_FACTORY_H
#define _SKIN_FACTORY_H_ #define SKIN_FACTORY_H
#include <QskSkinFactory.h> #include <QskSkinFactory.h>

View File

@ -1,5 +1,5 @@
#ifndef _BOX_H_ #ifndef BOX_H
#define _BOX_H_ #define BOX_H
#include "Palette.h" #include "Palette.h"
#include <QskBox.h> #include <QskBox.h>

View File

@ -1,5 +1,5 @@
#ifndef _PALETTE_H_ #ifndef PALETTE_H
#define _PALETTE_H_ 1 #define PALETTE_H 1
#include <QColor> #include <QColor>
#include <QVector> #include <QVector>

View File

@ -3,8 +3,8 @@
* This file may be used under the terms of the 3-clause BSD License * This file may be used under the terms of the 3-clause BSD License
*****************************************************************************/ *****************************************************************************/
#ifndef _WINDOW_H_ #ifndef WINDOW_H
#define _WINDOW_H_ 1 #define WINDOW_H 1
#include <QskWindow.h> #include <QskWindow.h>
#include <QskDialog.h> #include <QskDialog.h>

View File

@ -3,8 +3,8 @@
* This file may be used under the terms of the QSkinny License, Version 1.0 * This file may be used under the terms of the QSkinny License, Version 1.0
*****************************************************************************/ *****************************************************************************/
#ifndef _FRAME_H #ifndef FRAME_H
#define _FRAME_H #define FRAME_H
#include "QskControl.h" #include "QskControl.h"

View File

@ -3,8 +3,8 @@
* This file may be used under the terms of the 3-clause BSD License * This file may be used under the terms of the 3-clause BSD License
*****************************************************************************/ *****************************************************************************/
#ifndef _BENCHMARK_ #ifndef BENCHMARK_
#define _BENCHMARK_ 1 #define BENCHMARK_ 1
class QString; class QString;

View File

@ -3,8 +3,8 @@
* This file may be used under the terms of the 3-clause BSD License * This file may be used under the terms of the 3-clause BSD License
*****************************************************************************/ *****************************************************************************/
#ifndef _BUTTON_BOX_ #ifndef BUTTON_BOX
#define _BUTTON_BOX_ 1 #define BUTTON_BOX 1
#include <QskLinearBox.h> #include <QskLinearBox.h>
#include <functional> #include <functional>

View File

@ -3,8 +3,8 @@
* This file may be used under the terms of the 3-clause BSD License * This file may be used under the terms of the 3-clause BSD License
*****************************************************************************/ *****************************************************************************/
#ifndef _DYNAMIC_CONSTRAINTS_PAGE_ #ifndef DYNAMIC_CONSTRAINTS_PAGE
#define _DYNAMIC_CONSTRAINTS_PAGE_ 1 #define DYNAMIC_CONSTRAINTS_PAGE 1
#include <QskLinearBox.h> #include <QskLinearBox.h>

View File

@ -3,8 +3,8 @@
* This file may be used under the terms of the 3-clause BSD License * This file may be used under the terms of the 3-clause BSD License
*****************************************************************************/ *****************************************************************************/
#ifndef _FLOW_LAYOUT_PAGE_ #ifndef FLOW_LAYOUT_PAGE
#define _FLOW_LAYOUT_PAGE_ 1 #define FLOW_LAYOUT_PAGE 1
#include <QskLinearBox.h> #include <QskLinearBox.h>

View File

@ -3,8 +3,8 @@
* This file may be used under the terms of the 3-clause BSD License * This file may be used under the terms of the 3-clause BSD License
*****************************************************************************/ *****************************************************************************/
#ifndef _LINERAR_LAYOUT_PAGE_ #ifndef LINERAR_LAYOUT_PAGE
#define _LINEAR_LAYOUT_PAGE_ 1 #define LINEAR_LAYOUT_PAGE 1
#include <QskLinearBox.h> #include <QskLinearBox.h>

View File

@ -3,8 +3,8 @@
* This file may be used under the terms of the 3-clause BSD License * This file may be used under the terms of the 3-clause BSD License
*****************************************************************************/ *****************************************************************************/
#ifndef _STACK_LAYOUT_PAGE_ #ifndef STACK_LAYOUT_PAGE
#define _STACK_LAYOUT_PAGE_ 1 #define STACK_LAYOUT_PAGE 1
#include <QskLinearBox.h> #include <QskLinearBox.h>

View File

@ -3,8 +3,8 @@
* This file may be used under the terms of the 3-clause BSD License * This file may be used under the terms of the 3-clause BSD License
*****************************************************************************/ *****************************************************************************/
#ifndef _TEST_RECTANGLE_ #ifndef TEST_RECTANGLE
#define _TEST_RECTANGLE_ 1 #define TEST_RECTANGLE 1
#include <QskTextLabel.h> #include <QskTextLabel.h>

View File

@ -3,8 +3,8 @@
* This file may be used under the terms of the 3-clause BSD License * This file may be used under the terms of the 3-clause BSD License
*****************************************************************************/ *****************************************************************************/
#ifndef _MAIN_WINDOW_H_ #ifndef MAIN_WINDOW_H_
#define _MAIN_WINDOW_H_ #define MAIN_WINDOW_H_
#include <QskWindow.h> #include <QskWindow.h>