chore: re-format code

This commit is contained in:
arm64v8a
2022-11-18 14:20:30 +09:00
parent deab99af73
commit 62c236f0d5
97 changed files with 1129 additions and 1331 deletions

View File

@@ -20,7 +20,9 @@
#endif
namespace NekoRay::sys { class CoreProcess; }
namespace NekoRay::sys {
class CoreProcess;
}
QT_BEGIN_NAMESPACE
namespace Ui {
@@ -29,7 +31,7 @@ namespace Ui {
QT_END_NAMESPACE
class MainWindow : public QMainWindow {
Q_OBJECT
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = nullptr);
@@ -166,7 +168,6 @@ private:
bool StopVPNProcess();
// grpc and ...
static void ExitNekorayCore();