From 169ddcb09cd26fa0a685f691f63b49e70e1be93b Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Sat, 11 Jul 2026 18:34:34 +0200 Subject: minor fixes and debugging --- src/pixels.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/pixels.h') diff --git a/src/pixels.h b/src/pixels.h index 06a8654..07f1c8f 100644 --- a/src/pixels.h +++ b/src/pixels.h @@ -1,10 +1,8 @@ #pragma once #include -#include - -#include "fuck_intel.h" +#include #include #include "constants.h" @@ -52,4 +50,12 @@ struct Pixels // private: // std::mutex m_mtx; + + /*! + * \brief debugPrintIfInvalid - print profile if invalid + * \return `true` if valid, `false` otherwise + */ + bool debugPrintIfInvalid() const; }; + +QDebug &operator<<(QDebug &debug, const Pixels &pixels); \ No newline at end of file -- cgit v1.3.1