2018-02-06 Fred Gleason <fredg@paravelsystems.com>

* Refactored the RDExportSettingDialog class to use RDApplication.
This commit is contained in:
Fred Gleason
2018-02-06 06:38:42 -05:00
parent bf38fd3c9f
commit 6c976c71d7
10 changed files with 31 additions and 51 deletions

View File

@@ -680,7 +680,6 @@ void MainWidget::logDoubleclickedData(QListViewItem *,const QPoint &,int)
void MainWidget::quitMainWidget()
{
log_db->removeDatabase(rda->config()->mysqlDbname());
exit(0);
}