diff --git a/CMakeLists.txt b/CMakeLists.txt index fc179f1..04ad0db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2020-2022 QuasarApp. +# Copyright (C) 2020-2023 QuasarApp. # Distributed under the GPLv3 software license, see the accompanying # Everyone is permitted to copy and distribute verbatim copies # of this license document, but changing it is not allowed. diff --git a/src/Core/CMakeLists.txt b/src/Core/CMakeLists.txt index 7f724e5..984430a 100644 --- a/src/Core/CMakeLists.txt +++ b/src/Core/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2020-2022 QuasarApp. +# Copyright (C) 2020-2023 QuasarApp. # Distributed under the GPLv3 software license, see the accompanying # Everyone is permitted to copy and distribute verbatim copies # of this license document, but changing it is not allowed. diff --git a/src/Core/DoctorPillCore/doctor.cpp b/src/Core/DoctorPillCore/doctor.cpp index d22a812..61f70eb 100644 --- a/src/Core/DoctorPillCore/doctor.cpp +++ b/src/Core/DoctorPillCore/doctor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2022 QuasarApp. + * Copyright (C) 2018-2023 QuasarApp. * Distributed under the GPLv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/src/Core/DoctorPillCore/doctor.h b/src/Core/DoctorPillCore/doctor.h index ecd5356..97b5bcb 100644 --- a/src/Core/DoctorPillCore/doctor.h +++ b/src/Core/DoctorPillCore/doctor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2022 QuasarApp. + * Copyright (C) 2018-2023 QuasarApp. * Distributed under the GPLv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. @@ -9,6 +9,7 @@ #define DOCTOR_H #include "ipill.h" +#include #include namespace DP { diff --git a/src/Core/DoctorPillCore/doctortest.cpp b/src/Core/DoctorPillCore/doctortest.cpp index b5ff28e..48a3e62 100644 --- a/src/Core/DoctorPillCore/doctortest.cpp +++ b/src/Core/DoctorPillCore/doctortest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2022 QuasarApp. + * Copyright (C) 2018-2023 QuasarApp. * Distributed under the GPLv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/src/Core/DoctorPillCore/doctortest.h b/src/Core/DoctorPillCore/doctortest.h index 1913375..343e856 100644 --- a/src/Core/DoctorPillCore/doctortest.h +++ b/src/Core/DoctorPillCore/doctortest.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2022 QuasarApp. + * Copyright (C) 2018-2023 QuasarApp. * Distributed under the GPLv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/src/Core/DoctorPillCore/ipill.cpp b/src/Core/DoctorPillCore/ipill.cpp index edabf13..fc66f78 100644 --- a/src/Core/DoctorPillCore/ipill.cpp +++ b/src/Core/DoctorPillCore/ipill.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2022 QuasarApp. + * Copyright (C) 2018-2023 QuasarApp. * Distributed under the GPLv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/src/Core/DoctorPillCore/ipill.h b/src/Core/DoctorPillCore/ipill.h index a1da3dc..c76f60f 100644 --- a/src/Core/DoctorPillCore/ipill.h +++ b/src/Core/DoctorPillCore/ipill.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2022 QuasarApp. + * Copyright (C) 2018-2023 QuasarApp. * Distributed under the GPLv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. @@ -84,6 +84,5 @@ protected: } Q_DECLARE_METATYPE(QSharedPointer); -Q_DECLARE_METATYPE(QList>); #endif // IPILL_H diff --git a/src/Core/doctorpill.cpp b/src/Core/doctorpill.cpp index d0fbcfb..b1eb371 100644 --- a/src/Core/doctorpill.cpp +++ b/src/Core/doctorpill.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2021-2022 QuasarApp. +//# Copyright (C) 2021-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/src/Core/doctorpill.h b/src/Core/doctorpill.h index 1797c0e..59b9e7e 100644 --- a/src/Core/doctorpill.h +++ b/src/Core/doctorpill.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2021-2022 QuasarApp. +//# Copyright (C) 2021-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/src/Core/doctorpill_global.h.in b/src/Core/doctorpill_global.h.in index 44248cd..8326aad 100644 --- a/src/Core/doctorpill_global.h.in +++ b/src/Core/doctorpill_global.h.in @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2022 QuasarApp. +//# Copyright (C) 2018-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/src/Example/CMakeLists.txt b/src/Example/CMakeLists.txt index 9e07ab9..1b19bc9 100644 --- a/src/Example/CMakeLists.txt +++ b/src/Example/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2021-2022 QuasarApp. +# Copyright (C) 2021-2023 QuasarApp. # Distributed under the GPLv3 software license, see the accompanying # Everyone is permitted to copy and distribute verbatim copies # of this license document, but changing it is not allowed. diff --git a/src/Example/main.cpp b/src/Example/main.cpp index 735b771..10a0bfb 100644 --- a/src/Example/main.cpp +++ b/src/Example/main.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2021-2022 QuasarApp. +//# Copyright (C) 2021-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/src/GUI/CMakeLists.txt b/src/GUI/CMakeLists.txt index 071e9de..ad1a2d5 100644 --- a/src/GUI/CMakeLists.txt +++ b/src/GUI/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2020-2022 QuasarApp. +# Copyright (C) 2020-2023 QuasarApp. # Distributed under the GPLv3 software license, see the accompanying # Everyone is permitted to copy and distribute verbatim copies # of this license document, but changing it is not allowed. diff --git a/src/GUI/DoctorPillGui/doctormodel.cpp b/src/GUI/DoctorPillGui/doctormodel.cpp index 3f9260f..b00e9f5 100644 --- a/src/GUI/DoctorPillGui/doctormodel.cpp +++ b/src/GUI/DoctorPillGui/doctormodel.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2021-2022 QuasarApp. +//# Copyright (C) 2021-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/src/GUI/DoctorPillGui/doctormodel.h b/src/GUI/DoctorPillGui/doctormodel.h index 85c8bef..f1fbc96 100644 --- a/src/GUI/DoctorPillGui/doctormodel.h +++ b/src/GUI/DoctorPillGui/doctormodel.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2021-2022 QuasarApp. +//# Copyright (C) 2021-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/src/GUI/doctorpill_gui_global.h.in b/src/GUI/doctorpill_gui_global.h.in index 2f4db50..3e419f3 100644 --- a/src/GUI/doctorpill_gui_global.h.in +++ b/src/GUI/doctorpill_gui_global.h.in @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2022 QuasarApp. +//# Copyright (C) 2018-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/src/GUI/doctorpillgui.cpp b/src/GUI/doctorpillgui.cpp index 942163e..3abc282 100644 --- a/src/GUI/doctorpillgui.cpp +++ b/src/GUI/doctorpillgui.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2021-2022 QuasarApp. +//# Copyright (C) 2021-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/src/GUI/doctorpillgui.h b/src/GUI/doctorpillgui.h index dd3442b..fb1f5c9 100644 --- a/src/GUI/doctorpillgui.h +++ b/src/GUI/doctorpillgui.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2021-2022 QuasarApp. +//# Copyright (C) 2021-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/submodules/CMake b/submodules/CMake index 9bfa29c..c2dfe79 160000 --- a/submodules/CMake +++ b/submodules/CMake @@ -1 +1 @@ -Subproject commit 9bfa29cbe9249b76eafe3a3a3564fcdd21c0c2d4 +Subproject commit c2dfe79c606aaadd2bfa6256c1ad47868a7400d7 diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 990e7e6..85b56bb 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2020-2022 QuasarApp. +# Copyright (C) 2020-2023 QuasarApp. # Distributed under the GPLv3 software license, see the accompanying # Everyone is permitted to copy and distribute verbatim copies # of this license document, but changing it is not allowed. diff --git a/tests/tstMain.cpp b/tests/tstMain.cpp index 57ac178..864c04d 100644 --- a/tests/tstMain.cpp +++ b/tests/tstMain.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2020-2022 QuasarApp. +//# Copyright (C) 2020-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/tests/units/basetest.cpp b/tests/units/basetest.cpp index 33e91be..4eeb975 100644 --- a/tests/units/basetest.cpp +++ b/tests/units/basetest.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2020-2022 QuasarApp. +//# Copyright (C) 2020-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/tests/units/basetest.h b/tests/units/basetest.h index c607b7f..ae46a11 100644 --- a/tests/units/basetest.h +++ b/tests/units/basetest.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2020-2022 QuasarApp. +//# Copyright (C) 2020-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/tests/units/test.cpp b/tests/units/test.cpp index b5439b3..ea1c3c3 100644 --- a/tests/units/test.cpp +++ b/tests/units/test.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2020-2022 QuasarApp. +//# Copyright (C) 2020-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/tests/units/test.h b/tests/units/test.h index d4ccf07..0289d7a 100644 --- a/tests/units/test.h +++ b/tests/units/test.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2020-2022 QuasarApp. +//# Copyright (C) 2020-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/tests/units/testutils.cpp b/tests/units/testutils.cpp index 48d56d4..844fdc0 100644 --- a/tests/units/testutils.cpp +++ b/tests/units/testutils.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2020-2022 QuasarApp. +//# Copyright (C) 2020-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/tests/units/testutils.h b/tests/units/testutils.h index 742614d..0b1a1fd 100644 --- a/tests/units/testutils.h +++ b/tests/units/testutils.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2020-2022 QuasarApp. +//# Copyright (C) 2020-2023 QuasarApp. //# Distributed under the GPLv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed.