Fixed: Closing KeePassX doesn't remove passwords from clipboard (Bug #2946601)

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@366 b624d157-de02-0410-bad0-e51aec6abb33
master
sniperbeamer 14 years ago
parent 0ca418ff97
commit 3205acd4a0
  1. 4
      src/lib/EntryView.cpp

@ -58,6 +58,10 @@ KeepassEntryView::KeepassEntryView(QWidget* parent) : QTreeWidget(parent) {
KeepassEntryView::~KeepassEntryView(){
saveHeaderView();
if (ClipboardTimer.isActive()) {
ClipboardTimer.stop();
OnClipboardTimeOut();
}
}
void KeepassEntryView::retranslateColumns() {