Changed the controls of the password management window

This commit is contained in:
amazing-username
2017-07-30 14:29:06 -05:00
parent 2074f26c4e
commit 4b7c0ea173
4 changed files with 16 additions and 8 deletions
+1
View File
@@ -15,6 +15,7 @@ public:
CommonWindow() = default;
~CommonWindow() = default;
protected:
virtual void connections()=0;
unique_ptr<QComboBox> selectionBox;
unique_ptr<QPushButton> actionButton;
unique_ptr<QHBoxLayout> mainLayout;