mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 22:17:39 +03:00
Syntax style, spaces and pretty indentation
This commit is contained in:
parent
afdf02b4be
commit
a7e358c27d
13 changed files with 273 additions and 295 deletions
|
@ -196,6 +196,9 @@ DatabaseWidget::Mode DatabaseWidget::currentMode() const
|
|||
if (currentWidget() == nullptr) {
|
||||
return DatabaseWidget::None;
|
||||
}
|
||||
else if (currentWidget() == m_csvImportWizard) {
|
||||
return DatabaseWidget::ImportMode;
|
||||
}
|
||||
else if (currentWidget() == m_mainWidget) {
|
||||
return DatabaseWidget::ViewMode;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue