mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-14 14:31:03 -04:00
Improve code style.
This commit is contained in:
parent
4e5e5c71ca
commit
2e011d5362
29 changed files with 95 additions and 89 deletions
|
@ -65,7 +65,7 @@ void MainWindow::setMenuActionState(int index)
|
|||
index = dbWidget->currentIndex();
|
||||
}
|
||||
|
||||
switch(index) {
|
||||
switch (index) {
|
||||
case 0: // view
|
||||
m_ui->actionEntryNew->setEnabled(true);
|
||||
m_ui->actionGroupNew->setEnabled(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue