Skip to content

Instantly share code, notes, and snippets.

@amlel-el-mahrouss
amlel-el-mahrouss / debug_date_qt.cpp
Created August 17, 2025 15:21
A simple helper for date parsing using the Qt framework.
#include <QCoreApplication>
#include <QDate>
#include <QDebug>
#include <iostream>
enum class debug_date : int32_t
{
invalid,
yyyy_mm_dd,
};