From 9d55d3ea9e60d7ab190918924e58a69260d49a7e Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Wed, 11 Aug 2021 08:52:01 +0200 Subject: [PATCH] Inherit tr method from QObject --- core/include/db_manager.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/include/db_manager.h b/core/include/db_manager.h index 2e26f95..d758066 100644 --- a/core/include/db_manager.h +++ b/core/include/db_manager.h @@ -20,11 +20,9 @@ #define DB_VERSION 1 -#include #include #include #include -#include #include #include #include @@ -41,7 +39,8 @@ * differently than the average user. * This comes in two forms, when the user's client is banned, and when the user is a moderator. */ -class DBManager{ +class DBManager : public QObject { + Q_OBJECT public: /** * @brief Constructor for the DBManager class.