Fixed issue with semgentation fault occuring when application closes and when reopening keyManagement window
This commit is contained in:
@@ -28,6 +28,7 @@ public:
|
||||
private slots:
|
||||
void test();
|
||||
void generation();
|
||||
void exitApplication();
|
||||
private:
|
||||
unique_ptr<QHBoxLayout> hBox;
|
||||
unique_ptr<QHBoxLayout> hBox2;
|
||||
@@ -35,6 +36,7 @@ private:
|
||||
unique_ptr<QComboBox> comboBoxOfKeys;
|
||||
unique_ptr<QLineEdit> valueOfKey;
|
||||
unique_ptr<QPushButton> generateNewDefaultKeys;
|
||||
unique_ptr<QPushButton> closeButton;
|
||||
const int windowWidth{400};
|
||||
const int windowHeight{400};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user