update
This commit is contained in:
parent
0ebafd6f11
commit
dda516727d
|
@ -29,7 +29,7 @@ SOURCES += \
|
||||||
settings.cpp
|
settings.cpp
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
../WingHexExplorer/wing-hex-explorer.sourcecode/WingHexExplorer/plugin/iwingplugin.h \
|
../WingHexExplorer/WingHexExplorer/plugin/iwingplugin.h \
|
||||||
wingelfparser.h \
|
wingelfparser.h \
|
||||||
elfhelper.h \
|
elfhelper.h \
|
||||||
settingdialog.h \
|
settingdialog.h \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef GENERICPLUGIN_H
|
#ifndef GENERICPLUGIN_H
|
||||||
#define GENERICPLUGIN_H
|
#define GENERICPLUGIN_H
|
||||||
|
|
||||||
#include "../WingHexExplorer/wing-hex-explorer.sourcecode/WingHexExplorer/plugin/iwingplugin.h"
|
#include "../WingHexExplorer/WingHexExplorer/plugin/iwingplugin.h"
|
||||||
#include "elfhelper.h"
|
#include "elfhelper.h"
|
||||||
#include <QTreeWidget>
|
#include <QTreeWidget>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue