Fixed runtime issues reported by SonarQube.

This commit is contained in:
Akshay Joshi
2020-06-16 14:53:40 +05:30
parent 3e00fe2b0f
commit cf64e2c97c
13 changed files with 37 additions and 46 deletions
+5 -1
View File
@@ -14,12 +14,16 @@
ConfigWindow::ConfigWindow(QWidget *parent) :
QDialog(parent)
{
initConfigWindow();
}
void ConfigWindow::initConfigWindow()
{
ui = new Ui::ConfigWindow;
ui->setupUi(this);
}
void ConfigWindow::on_buttonBox_accepted()
{
this->close();