mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 06:22:53 -04:00
Block non-user updates in DatabaseWidgetStateSync.
This commit is contained in:
parent
c806f9ebf4
commit
9391de74c7
4 changed files with 35 additions and 0 deletions
|
@ -35,6 +35,7 @@ public Q_SLOTS:
|
|||
void restoreSearchView();
|
||||
|
||||
private Q_SLOTS:
|
||||
void blockUpdates();
|
||||
void updateSplitterSizes();
|
||||
void updateColumnSizes();
|
||||
|
||||
|
@ -44,6 +45,7 @@ private:
|
|||
|
||||
DatabaseWidget* m_activeDbWidget;
|
||||
|
||||
bool m_blockUpdates;
|
||||
QList<int> m_splitterSizes;
|
||||
QList<int> m_columnSizesList;
|
||||
QList<int> m_columnSizesSearch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue