remove info output for debugging

modification to the about info
This commit is contained in:
Roy Qu 2022-01-10 14:48:01 +08:00
parent c56b6c5414
commit 5eec4ea504
3 changed files with 2 additions and 29 deletions

View File

@ -1346,7 +1346,6 @@ void MainWindow::checkSyntaxInBack(Editor *e)
mCompilerManager->checkSyntax(e->filename(),e->text(),
e->fileEncoding() == ENCODING_ASCII, mProject);
} else {
qDebug()<<"compile file";
mCompilerManager->checkSyntax(e->filename(),e->text(),
e->fileEncoding() == ENCODING_ASCII, nullptr);
}

View File

@ -17,6 +17,8 @@
#include "aboutdialog.h"
#include "ui_aboutdialog.h"
#include "../systemconsts.h"
#include "../utils.h"
#include <QDebug>
AboutDialog::AboutDialog(QWidget *parent) :
QDialog(parent),

View File

@ -76,34 +76,6 @@
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text">
<string>Red Panda Dev-C++ (&lt;=6.7.5):</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text">
<string>Copyright (c) 2004 Bloodshed Software
Copyright (c) 2011-2015 orwell devcpp
Copyright (c) 2020-2021 royqh1979@gmail.com</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">