audio checkpoint

This commit is contained in:
2025-12-21 22:49:10 -06:00
parent 9ac5eaaba8
commit 783330990e
8 changed files with 241 additions and 6 deletions

View File

@@ -2,7 +2,12 @@
#include <QApplication>
#include "MainWindow.h"
#include <iostream>
int main(int argc, char *argv[]) {
// std::cout << "Main()" << std::endl;
QApplication app(argc, argv);
MainWindow window;