Standardize API file names
This commit is contained in:
parent
bd5446a40b
commit
6757d8afdb
7 changed files with 9 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "block.h"
|
#include "block.h"
|
||||||
#include "api_util.h"
|
#include "scriptutility.h"
|
||||||
|
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
#include <QJSEngine>
|
#include <QJSEngine>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#ifndef APIUTIL_H
|
#ifndef SCRIPTUTILITY_H
|
||||||
#define APIUTIL_H
|
#define SCRIPTUTILITY_H
|
||||||
|
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
|
|
||||||
|
@ -51,4 +51,4 @@ private:
|
||||||
QMap<QString, QString> actionMap;
|
QMap<QString, QString> actionMap;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // APIUTIL_H
|
#endif // SCRIPTUTILITY_H
|
10
porymap.pro
10
porymap.pro
|
@ -37,10 +37,10 @@ SOURCES += src/core/block.cpp \
|
||||||
src/lib/fex/parser_util.cpp \
|
src/lib/fex/parser_util.cpp \
|
||||||
src/lib/orderedjson.cpp \
|
src/lib/orderedjson.cpp \
|
||||||
src/core/regionmapeditcommands.cpp \
|
src/core/regionmapeditcommands.cpp \
|
||||||
src/script_api/api_map.cpp \
|
src/scriptapi/apimap.cpp \
|
||||||
src/script_api/api_overlay.cpp \
|
src/scriptapi/apioverlay.cpp \
|
||||||
src/script_api/api_util.cpp \
|
src/scriptapi/apiutility.cpp \
|
||||||
src/script_api/scripting.cpp \
|
src/scriptapi/scripting.cpp \
|
||||||
src/ui/aboutporymap.cpp \
|
src/ui/aboutporymap.cpp \
|
||||||
src/ui/draggablepixmapitem.cpp \
|
src/ui/draggablepixmapitem.cpp \
|
||||||
src/ui/bordermetatilespixmapitem.cpp \
|
src/ui/bordermetatilespixmapitem.cpp \
|
||||||
|
@ -169,12 +169,12 @@ HEADERS += include/core/block.h \
|
||||||
include/ui/preferenceeditor.h \
|
include/ui/preferenceeditor.h \
|
||||||
include/ui/regionmappropertiesdialog.h \
|
include/ui/regionmappropertiesdialog.h \
|
||||||
include/ui/colorpicker.h \
|
include/ui/colorpicker.h \
|
||||||
include/api_util.h \
|
|
||||||
include/config.h \
|
include/config.h \
|
||||||
include/editor.h \
|
include/editor.h \
|
||||||
include/mainwindow.h \
|
include/mainwindow.h \
|
||||||
include/project.h \
|
include/project.h \
|
||||||
include/scripting.h \
|
include/scripting.h \
|
||||||
|
include/scriptutility.h \
|
||||||
include/settings.h \
|
include/settings.h \
|
||||||
include/log.h
|
include/log.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue