Added the feature of having a working application directory
This commit is contained in:
+1
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user