diff --git a/RedPandaIDE/mainwindow.cpp b/RedPandaIDE/mainwindow.cpp index 2b40d058..42476982 100644 --- a/RedPandaIDE/mainwindow.cpp +++ b/RedPandaIDE/mainwindow.cpp @@ -67,6 +67,8 @@ #include #include #include +#include +#include #include "mainwindow.h" #include #include diff --git a/RedPandaIDE/settingsdialog/formatterpathwidget.cpp b/RedPandaIDE/settingsdialog/formatterpathwidget.cpp index a8997440..8a5b0dc0 100644 --- a/RedPandaIDE/settingsdialog/formatterpathwidget.cpp +++ b/RedPandaIDE/settingsdialog/formatterpathwidget.cpp @@ -28,12 +28,12 @@ void FormatterPathWidget::doSave() pSettings->environment().setAStylePath(ui->txtAstyle->text()); } -void FormatterPathWidget::updateIcons(const QSize &size) +void FormatterPathWidget::updateIcons(const QSize &/*size*/) { pIconsManager->setIcon(ui->btnChooseAstyle, IconsManager::ACTION_FILE_OPEN_FOLDER); } -void FormatterPathWidget::on_btnChooseAstyle_triggered(QAction *arg1) +void FormatterPathWidget::on_btnChooseAstyle_triggered(QAction */*arg1*/) { QString fileName = QFileDialog::getOpenFileName( this, diff --git a/RedPandaIDE/utils.cpp b/RedPandaIDE/utils.cpp index 04ffe52f..2922fc3f 100644 --- a/RedPandaIDE/utils.cpp +++ b/RedPandaIDE/utils.cpp @@ -108,9 +108,10 @@ bool isTextAllAscii(const QString& text) { return true; } - +#ifdef Q_OS_WIN static bool gIsGreenEdition = true; static bool gIsGreenEditionInited = false; +#endif bool isGreenEdition() { #ifdef Q_OS_WIN diff --git a/packages/debian/changelog b/packages/debian/changelog index a1394bd5..fac7a58f 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -1,3 +1,9 @@ +redpanda-cpp (1.1.5-1) unstable; urgency=medium + + * Update to 1.1.5 + + -- Roy Qu (瞿华) Sat, 23 Jul 2022 22:39:00 +0800 + redpanda-cpp (1.1.3-1) unstable; urgency=medium * Update to 1.1.3