checkpoint: manage parsing, persistence, mainwindow structure

This commit is contained in:
talksik
2026-02-01 12:40:53 -08:00
parent 55374630b9
commit 0a3b315652
13 changed files with 1075 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef NAMEGENERATOR_H
#define NAMEGENERATOR_H
#include <QString>
QString generate();
#endif //NAMEGENERATOR_H