Index: sources/main.h =================================================================== diff -u -re1605219ac2baf49ef21d0889f845ac53d59c3c1 -r56d00a82669a7a2c00ab90109a89dbec8db27527 --- sources/main.h (.../main.h) (revision e1605219ac2baf49ef21d0889f845ac53d59c3c1) +++ sources/main.h (.../main.h) (revision 56d00a82669a7a2c00ab90109a89dbec8db27527) @@ -19,7 +19,6 @@ // Qt #include -#include // Project @@ -30,7 +29,6 @@ // - We still need to work on threading on other classes // - We need to have a singleton parent class // - Some code has been added to debug can interface (We still have swap frames) -// - Thread Objects need to be gathered all together in one place to be handled easily. #define SINGLETON(vCLASS) \ private: \ explicit vCLASS(QObject *parent = nullptr); \ @@ -42,6 +40,3 @@ static vCLASS _instance; \ return _instance; \ } - - -#define PRINT_THREAD_NAME //qDebug() << __func__ << QThread::currentThread()->objectName()