diff -r e1d646a4cbd8 -r 16f5dcfa7c9f src/main.cpp --- a/src/main.cpp Sun Apr 09 15:59:08 2023 +0300 +++ b/src/main.cpp Sun Apr 09 16:01:38 2023 +0300 @@ -23,7 +23,6 @@ #include "src/parser.h" #include "src/ldrawsyntaxhighlighter.h" #include -#include "src/main.h" static const QDir LOCALE_DIR {":/locale"}; @@ -40,19 +39,6 @@ QTextDocument* model; }; -class Signal final : public QObject -{ - Q_OBJECT -public: - Signal() : QObject{}{} - virtual ~Signal(){} - void emit() - { - Q_EMIT this->triggered(); - } -Q_SIGNALS: - void triggered(); -}; #include static void doQtRegistrations()