Headers have bin fixed

This commit is contained in:
Arin Alexander 2017-09-27 13:04:56 +03:00
parent 0cdff547ef
commit 6ad792d2cf
8 changed files with 16 additions and 16 deletions

View File

@ -27,8 +27,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU General Public License for more details. *
****************************************************************************/ ****************************************************************************/
#ifndef GLOBAL_H #ifndef LRGLOBAL_H
#define GLOBAL_H #define LRGLOBAL_H
#include "qglobal.h" #include "qglobal.h"
#include <stdexcept> #include <stdexcept>
#include <QString> #include <QString>

View File

@ -1,5 +1,5 @@
#ifndef TEAROFFBAND_H #ifndef LRTEAROFFBAND_H
#define TEAROFFBAND_H #define LRTEAROFFBAND_H
#include "lrbanddesignintf.h" #include "lrbanddesignintf.h"
namespace LimeReport { namespace LimeReport {

View File

@ -27,8 +27,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU General Public License for more details. *
****************************************************************************/ ****************************************************************************/
#ifndef GLOBAL_H #ifndef LRGLOBAL_H
#define GLOBAL_H #define LRGLOBAL_H
#include "qglobal.h" #include "qglobal.h"
#include <stdexcept> #include <stdexcept>
#include <QString> #include <QString>

View File

@ -1,5 +1,5 @@
#ifndef GRAPHICSVIEWZOOM_H #ifndef LRGRAPHICSVIEWZOOM_H
#define GRAPHICSVIEWZOOM_H #define LRGRAPHICSVIEWZOOM_H
#include <QObject> #include <QObject>
#include <QGraphicsView> #include <QGraphicsView>

View File

@ -1,5 +1,5 @@
#ifndef ITEMSCONTAINERDESIGNITF_H #ifndef LRITEMSCONTAINERDESIGNITF_H
#define ITEMSCONTAINERDESIGNITF_H #define LRITEMSCONTAINERDESIGNITF_H
#include "lrbasedesignintf.h" #include "lrbasedesignintf.h"

View File

@ -27,8 +27,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU General Public License for more details. *
****************************************************************************/ ****************************************************************************/
#ifndef VARIABLEHOLDER_H #ifndef LRVARIABLEHOLDER_H
#define VARIABLEHOLDER_H #define LRVARIABLEHOLDER_H
#include <QObject> #include <QObject>
#include <QMap> #include <QMap>

View File

@ -27,8 +27,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU General Public License for more details. *
****************************************************************************/ ****************************************************************************/
#ifndef ATEXTITEMPROPERTYEDITOR_H #ifndef LRTEXTITEMPROPERTYEDITOR_H
#define ATEXTITEMPROPERTYEDITOR_H #define LRTEXTITEMPROPERTYEDITOR_H
#include <QDialog> #include <QDialog>
#include <QWidget> #include <QWidget>

View File

@ -1,5 +1,5 @@
#ifndef CONTENTPROPITEM_H #ifndef LRCONTENTPROPITEM_H
#define CONTENTPROPITEM_H #define LRCONTENTPROPITEM_H
#include "lrstringpropitem.h" #include "lrstringpropitem.h"
#include "objectinspector/editors/lrbuttonlineeditor.h" #include "objectinspector/editors/lrbuttonlineeditor.h"