Added the feature of having a working application directory

This commit is contained in:
amazing-username
2017-08-06 21:24:09 -05:00
parent 4b7c0ea173
commit b83287b768
9 changed files with 166 additions and 7 deletions
+5 -1
View File
@@ -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{};