make headers consistent

This commit is contained in:
Akash Mozumdar 2018-12-01 19:12:45 -05:00
parent 5ef1ff6352
commit cc1d2b0414
4 changed files with 4 additions and 16 deletions

View File

@ -1,5 +1,4 @@
#ifndef EXTENSIONS_H
#define EXTENSIONS_H
#pragma once
#include "qtcommon.h"
#include <QListWidget>
@ -35,5 +34,3 @@ private:
Ui::ExtenWindow* ui;
QListWidget* extenList;
};
#endif // EXTENSIONS_H

View File

@ -1,5 +1,4 @@
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#pragma once
#include "qtcommon.h"
#include "host/host.h"
@ -50,5 +49,3 @@ private:
QPlainTextEdit* textOutput;
QWidget* extenWindow;
};
#endif // MAINWINDOW_H

View File

@ -1,5 +1,4 @@
#ifndef MISC_H
#define MISC_H
#pragma once
#include "qtcommon.h"
#include "types.h"
@ -16,5 +15,3 @@ private:
QMultiHash<QString, DWORD> GetAllProcesses();
std::optional<HookParam> ParseCode(QString HCode);
QString GenerateCode(HookParam hp, DWORD processId);
#endif // MISC_H

View File

@ -1,5 +1,4 @@
#ifndef SETDIALOG_H
#define SETDIALOG_H
#pragma once
#include "qtcommon.h"
#include <QSpinBox>
@ -26,5 +25,3 @@ private:
QSpinBox* maxBufferSize;
QSpinBox* defaultCodepage;
};
#endif // SETDIALOG_H