Coding style fixes.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user