generate ui core flows

This commit is contained in:
talksik
2026-02-01 13:21:21 -08:00
parent 0a3b315652
commit 9e5f0a5d2b
20 changed files with 1433 additions and 14 deletions
+2 -6
View File
@@ -1,9 +1,5 @@
#include "namegenerator.cpp"
namespace {
constexpr char data[]
}
#include "namegenerator.h"
QString generate() {
return;
return QString("generated-name-placeholder");
}