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:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user