From 754700edfbfa4538ac172b205db70cd655400344 Mon Sep 17 00:00:00 2001 From: leca Date: Tue, 25 Mar 2025 21:16:33 +0300 Subject: [PATCH] fixed source --- main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.cpp b/main.cpp index 1d556f6..a6dac04 100644 --- a/main.cpp +++ b/main.cpp @@ -29,9 +29,7 @@ #endif #include #include -#ifdef BUILD_TRANSLATIONS -# include -#endif +#include static QWidget *loadUI(QWidget *parent, std::string filename) { QUiLoader loader;