From 5eec4ea5048a6049b78a1835142e6e86d5645e2b Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Mon, 10 Jan 2022 14:48:01 +0800 Subject: [PATCH] remove info output for debugging modification to the about info --- RedPandaIDE/mainwindow.cpp | 1 - RedPandaIDE/widgets/aboutdialog.cpp | 2 ++ RedPandaIDE/widgets/aboutdialog.ui | 28 ---------------------------- 3 files changed, 2 insertions(+), 29 deletions(-) diff --git a/RedPandaIDE/mainwindow.cpp b/RedPandaIDE/mainwindow.cpp index 19681389..8ab21ebb 100644 --- a/RedPandaIDE/mainwindow.cpp +++ b/RedPandaIDE/mainwindow.cpp @@ -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); } diff --git a/RedPandaIDE/widgets/aboutdialog.cpp b/RedPandaIDE/widgets/aboutdialog.cpp index 19c9cc5a..4abc2a26 100644 --- a/RedPandaIDE/widgets/aboutdialog.cpp +++ b/RedPandaIDE/widgets/aboutdialog.cpp @@ -17,6 +17,8 @@ #include "aboutdialog.h" #include "ui_aboutdialog.h" #include "../systemconsts.h" +#include "../utils.h" +#include AboutDialog::AboutDialog(QWidget *parent) : QDialog(parent), diff --git a/RedPandaIDE/widgets/aboutdialog.ui b/RedPandaIDE/widgets/aboutdialog.ui index 08ab215a..4ad7c1d8 100644 --- a/RedPandaIDE/widgets/aboutdialog.ui +++ b/RedPandaIDE/widgets/aboutdialog.ui @@ -76,34 +76,6 @@ - - - - - 50 - false - - - - Red Panda Dev-C++ (<=6.7.5): - - - - - - - - 50 - false - - - - Copyright (c) 2004 Bloodshed Software -Copyright (c) 2011-2015 orwell devcpp -Copyright (c) 2020-2021 royqh1979@gmail.com - - -