From dda516727d56ccad984cd181e0841551a85f63e8 Mon Sep 17 00:00:00 2001 From: wingsummer <1326224942@qq.com> Date: Wed, 9 Nov 2022 18:29:44 +0800 Subject: [PATCH] update --- WingElfParser.pro | 2 +- wingelfparser.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WingElfParser.pro b/WingElfParser.pro index ba0fe50..ceea92a 100644 --- a/WingElfParser.pro +++ b/WingElfParser.pro @@ -29,7 +29,7 @@ SOURCES += \ settings.cpp HEADERS += \ - ../WingHexExplorer/wing-hex-explorer.sourcecode/WingHexExplorer/plugin/iwingplugin.h \ + ../WingHexExplorer/WingHexExplorer/plugin/iwingplugin.h \ wingelfparser.h \ elfhelper.h \ settingdialog.h \ diff --git a/wingelfparser.h b/wingelfparser.h index cfa0bb5..a0dd72c 100644 --- a/wingelfparser.h +++ b/wingelfparser.h @@ -1,7 +1,7 @@ #ifndef 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