From 10ed7648a1cb9ae95ad76c6d46c7afc114937b86 Mon Sep 17 00:00:00 2001 From: EndrII Date: Thu, 20 Jan 2022 17:09:19 +0300 Subject: [PATCH] remove the global header from main quasarapp header --- global.cpp => qaglobalutils.cpp | 0 global.h => qaglobalutils.h | 4 ++-- quasarapp.h | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) rename global.cpp => qaglobalutils.cpp (100%) rename global.h => qaglobalutils.h (99%) diff --git a/global.cpp b/qaglobalutils.cpp similarity index 100% rename from global.cpp rename to qaglobalutils.cpp diff --git a/global.h b/qaglobalutils.h similarity index 99% rename from global.h rename to qaglobalutils.h index 85697d5..07955e5 100644 --- a/global.h +++ b/qaglobalutils.h @@ -5,8 +5,8 @@ * of this license document, but changing it is not allowed. */ -#ifndef GLOBAL_H -#define GLOBAL_H +#ifndef QU_GLOBAL_UTILS_H +#define QU_GLOBAL_UTILS_H #include #include diff --git a/quasarapp.h b/quasarapp.h index 8082590..40fc942 100644 --- a/quasarapp.h +++ b/quasarapp.h @@ -11,7 +11,6 @@ #include "params.h" #include "locales.h" #include "settings.h" -#include "global.h" /** * @brief The QuasaraAppUtils class