mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Fixed runtime issues reported by SonarQube.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user