Improve code style.

This commit is contained in:
Felix Geyer 2012-04-18 22:08:22 +02:00
parent 4e5e5c71ca
commit 2e011d5362
29 changed files with 95 additions and 89 deletions

View file

@ -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);