|
|
@ -7,20 +7,6 @@ using std::cout, std::endl; |
|
|
|
int main(int argc, char * argv[]){ |
|
|
|
int main(int argc, char * argv[]){ |
|
|
|
QApplication app(argc, argv); |
|
|
|
QApplication app(argc, argv); |
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
for (int i = 0; i < 100'000; i++) |
|
|
|
|
|
|
|
audioManager->playSound(1, i); |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
for (int i = 0; i < 10'000; i++){ |
|
|
|
|
|
|
|
FileManager->readFile("path" + std::to_string(i), [](const std::string& content){ |
|
|
|
|
|
|
|
std::cout << content << std::endl; |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
FileManager->writeFile("path" + std::to_string(i), "some content" + std::to_string(i)); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Window w; |
|
|
|
Window w; |
|
|
|
w.show(); |
|
|
|
w.show(); |
|
|
|
|
|
|
|
|
|
|
|