mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-23 17:04:12 +08:00
make headers consistent
This commit is contained in:
parent
5ef1ff6352
commit
cc1d2b0414
@ -1,5 +1,4 @@
|
|||||||
#ifndef EXTENSIONS_H
|
#pragma once
|
||||||
#define EXTENSIONS_H
|
|
||||||
|
|
||||||
#include "qtcommon.h"
|
#include "qtcommon.h"
|
||||||
#include <QListWidget>
|
#include <QListWidget>
|
||||||
@ -35,5 +34,3 @@ private:
|
|||||||
Ui::ExtenWindow* ui;
|
Ui::ExtenWindow* ui;
|
||||||
QListWidget* extenList;
|
QListWidget* extenList;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // EXTENSIONS_H
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef MAINWINDOW_H
|
#pragma once
|
||||||
#define MAINWINDOW_H
|
|
||||||
|
|
||||||
#include "qtcommon.h"
|
#include "qtcommon.h"
|
||||||
#include "host/host.h"
|
#include "host/host.h"
|
||||||
@ -50,5 +49,3 @@ private:
|
|||||||
QPlainTextEdit* textOutput;
|
QPlainTextEdit* textOutput;
|
||||||
QWidget* extenWindow;
|
QWidget* extenWindow;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MAINWINDOW_H
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef MISC_H
|
#pragma once
|
||||||
#define MISC_H
|
|
||||||
|
|
||||||
#include "qtcommon.h"
|
#include "qtcommon.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
@ -16,5 +15,3 @@ private:
|
|||||||
QMultiHash<QString, DWORD> GetAllProcesses();
|
QMultiHash<QString, DWORD> GetAllProcesses();
|
||||||
std::optional<HookParam> ParseCode(QString HCode);
|
std::optional<HookParam> ParseCode(QString HCode);
|
||||||
QString GenerateCode(HookParam hp, DWORD processId);
|
QString GenerateCode(HookParam hp, DWORD processId);
|
||||||
|
|
||||||
#endif // MISC_H
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef SETDIALOG_H
|
#pragma once
|
||||||
#define SETDIALOG_H
|
|
||||||
|
|
||||||
#include "qtcommon.h"
|
#include "qtcommon.h"
|
||||||
#include <QSpinBox>
|
#include <QSpinBox>
|
||||||
@ -26,5 +25,3 @@ private:
|
|||||||
QSpinBox* maxBufferSize;
|
QSpinBox* maxBufferSize;
|
||||||
QSpinBox* defaultCodepage;
|
QSpinBox* defaultCodepage;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // SETDIALOG_H
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user