Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAetf <aetf@unlimitedcodeworks.xyz>2021-05-28 04:50:15 +0300
committerGitHub <noreply@github.com>2021-05-28 04:50:15 +0300
commit81a66c439ccacf831e7f4e0cc86d72f950e0e1fc (patch)
treefdd89e59f1a86977dff62b2472d32a15610585a8 /src/gui/DatabaseWidget.h
parent66c3026cf537ce964312b5e207dda62803da02f9 (diff)
Properly block modified signal during Database destruction (#6438)
fixes #6393
Diffstat (limited to 'src/gui/DatabaseWidget.h')
-rw-r--r--src/gui/DatabaseWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/DatabaseWidget.h b/src/gui/DatabaseWidget.h
index e56e65956..a8c08d6a2 100644
--- a/src/gui/DatabaseWidget.h
+++ b/src/gui/DatabaseWidget.h
@@ -290,7 +290,7 @@ private:
int m_saveAttempts;
// Search state
- EntrySearcher* m_EntrySearcher;
+ QScopedPointer<EntrySearcher> m_entrySearcher;
QString m_lastSearchText;
bool m_searchLimitGroup;