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_
#define _BUTTON_BAR_
#ifndef BUTTON_BAR
#define BUTTON_BAR
#include <QskLinearBox.h>

View File

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

View File

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

View File

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

View File

@ -3,8 +3,8 @@
* This file may be used under the terms of the 3-clause BSD License
*****************************************************************************/
#ifndef _WINDOW_H_
#define _WINDOW_H_ 1
#ifndef WINDOW_H
#define WINDOW_H 1
#include <QskWindow.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
*****************************************************************************/
#ifndef _FRAME_H
#define _FRAME_H
#ifndef FRAME_H
#define FRAME_H
#include "QskControl.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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