Added debug timer.

This commit is contained in:
2026-01-09 17:57:39 +01:00
parent 653aa49a7b
commit 9f0382965f
2 changed files with 3 additions and 6 deletions

2
bc.h
View File

@@ -36,9 +36,11 @@
#include <cstdint>
#include <QDebug>
#include <QObject> // Nötig für Q_GADGET/Q_ENUM Makros
#include <QTime>
//uint8_t;
#define BCTimeStamp QTime::currentTime().toString("hh:mm:ss.zzz: ")
using namespace Qt::Literals::StringLiterals; // Für _L1