@@ -1,9 +1,13 @@
#include<iostream>
#include<string>
#include<QApplication>
#include"MainWindow.h"
#include"FolderStructure.h"
int main(int argc, char* argv[])
{
FolderStructure fs;
fs.setupPaths(*(argv+1));
QApplication app(argc, argv);
MainWindow stuff{};
The note is not visible to the blocked user.