add deck hash copying functions (#3882)

This commit is contained in:
ebbit1q 2020-01-13 16:11:19 +01:00 committed by Zach H
parent 0ff7472ce5
commit 7bfefee073
5 changed files with 32 additions and 5 deletions

View file

@ -121,7 +121,7 @@ private:
QLabel *commentsLabel;
QTextEdit *commentsEdit;
QLabel *hashLabel1;
QLabel *hashLabel;
QLineEdit *hashLabel;
FilterTreeModel *filterModel;
QTreeView *filterView;
KeySignals filterViewKeySignals;