Coding style fixes.

This commit is contained in:
Felix Geyer
2012-05-02 17:04:03 +02:00
parent f89a2a4045
commit 739f4d97a6
10 changed files with 14 additions and 14 deletions

View File

@@ -170,7 +170,7 @@ void MainWindow::showAboutDialog()
aboutDialog->show();
}
void MainWindow::closeEvent(QCloseEvent *event) {
void MainWindow::closeEvent(QCloseEvent* event) {
if (!m_ui->tabWidget->closeAllDatabases()) {
event->ignore();
}