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
@@ -20,12 +20,16 @@
LogWindow::LogWindow(QWidget *parent, QString serverLogFile) :
QDialog(parent),
m_serverLogFile(serverLogFile)
{
initLogWindow();
}
void LogWindow::initLogWindow()
{
ui = new Ui::LogWindow;
ui->setupUi(this);
}
void LogWindow::LoadLog()
{
int startupLines;