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
+1
View File
@@ -1,6 +1,7 @@
#include <iostream>
#include <QApplication>
#include "mainwindow.h"
#include "service.h"
int main(int argc, char *argv[]) {
std::cout << "Starting adhd program" << std::endl;