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
+1 -2
View File
@@ -20,7 +20,7 @@ public:
friend class Decryption;
friend class KeyManagementWindow;
private:
void generatedFileName();
void populateSymbols();
void populateNumbers();
void populateLetters();
@@ -33,7 +33,6 @@ private:
char getChar(std::vector<int>&);
std::vector<std::string> keys{};
std::vector<int> symbols;
std::vector<int> numbers;