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:
parent
0ca418ff97
commit
3205acd4a0
|
@ -58,6 +58,10 @@ KeepassEntryView::KeepassEntryView(QWidget* parent) : QTreeWidget(parent) {
|
||||||
|
|
||||||
KeepassEntryView::~KeepassEntryView(){
|
KeepassEntryView::~KeepassEntryView(){
|
||||||
saveHeaderView();
|
saveHeaderView();
|
||||||
|
if (ClipboardTimer.isActive()) {
|
||||||
|
ClipboardTimer.stop();
|
||||||
|
OnClipboardTimeOut();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void KeepassEntryView::retranslateColumns() {
|
void KeepassEntryView::retranslateColumns() {
|
||||||
|
|
Loading…
Reference in New Issue