add remove button

This commit is contained in:
arcan1s
2015-02-09 14:08:51 +03:00
parent 16d7d2bc20
commit f5006af977
3 changed files with 36 additions and 3 deletions

View File

@ -102,6 +102,7 @@ private:
QDialogButtonBox *dialogButtons = nullptr;
QPushButton *copyButton = nullptr;
QPushButton *createButton = nullptr;
QPushButton *deleteButton = nullptr;
RequestedItem requestedItem = Nothing;
// variables
bool debug = false;