mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
Headers have bin fixed
This commit is contained in:
parent
0cdff547ef
commit
6ad792d2cf
@ -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>
|
||||||
|
@ -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 {
|
||||||
|
@ -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>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef GRAPHICSVIEWZOOM_H
|
#ifndef LRGRAPHICSVIEWZOOM_H
|
||||||
#define GRAPHICSVIEWZOOM_H
|
#define LRGRAPHICSVIEWZOOM_H
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QGraphicsView>
|
#include <QGraphicsView>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef ITEMSCONTAINERDESIGNITF_H
|
#ifndef LRITEMSCONTAINERDESIGNITF_H
|
||||||
#define ITEMSCONTAINERDESIGNITF_H
|
#define LRITEMSCONTAINERDESIGNITF_H
|
||||||
|
|
||||||
#include "lrbasedesignintf.h"
|
#include "lrbasedesignintf.h"
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user