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
This commit is contained in:
sniperbeamer 2010-02-05 15:57:56 +00:00
parent 0ca418ff97
commit 3205acd4a0
1 changed files with 4 additions and 0 deletions

View File

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