From d908a3a84a39dbade25825340d823fde6729a575 Mon Sep 17 00:00:00 2001 From: jiayulong Date: Thu, 6 Nov 2025 18:03:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/logPlus.pro | 12 ------------ logPlus/mainwindow.h | 1 - 2 files changed, 13 deletions(-) diff --git a/logPlus/logPlus.pro b/logPlus/logPlus.pro index f41a6cc..8e70ab2 100644 --- a/logPlus/logPlus.pro +++ b/logPlus/logPlus.pro @@ -32,29 +32,23 @@ SOURCES += \ ConsoleOutputWidget.cpp \ InDefTableDlg.cpp \ InterfaceWidget.cpp \ - ObjectArchive.cpp \ PropertyWidget.cpp \ customtabbar.cpp \ customtabwidget.cpp \ fileedit.cpp \ formdraw.cpp \ - formhead.cpp \ forminfo.cpp \ formline.cpp \ - formtitle.cpp \ formtrack.cpp \ formwell.cpp \ mainwindow.cpp \ main.cpp \ mainwindowcurve.cpp \ - mainwindownew.cpp \ - mycustomplot.cpp \ newheaddialog.cpp \ preqtablewidget.cpp \ qmycustomplot.cpp \ qmytablewidget.cpp \ qmytreewidget.cpp \ - qtcenterwidgets.cpp \ qtcommonclass.cpp \ qtprojectwidgets.cpp \ totalTitleBar.cpp \ @@ -68,29 +62,23 @@ HEADERS += \ DraggablePixmap.h \ InDefTableDlg.h \ InterfaceWidget.h \ - ObjectArchive.h \ PropertyWidget.h \ TransparentDraggableRect.h \ customtabbar.h \ customtabwidget.h \ fileedit.h \ formdraw.h \ - formhead.h \ forminfo.h \ formline.h \ - formtitle.h \ formtrack.h \ formwell.h \ mainwindow.h \ mainwindowcurve.h \ - mainwindownew.h \ - mycustomplot.h \ newheaddialog.h \ preqtablewidget.h \ qmycustomplot.h \ qmytablewidget.h \ qmytreewidget.h \ - qtcenterwidgets.h \ qtcommonclass.h \ qtprojectwidgets.h \ totalTitleBar.h \ diff --git a/logPlus/mainwindow.h b/logPlus/mainwindow.h index a0bcf3e..111c55c 100644 --- a/logPlus/mainwindow.h +++ b/logPlus/mainwindow.h @@ -10,7 +10,6 @@ #include "qtprojectwidgets.h" #include "qtcenterwidgets.h" -#include "mainwindownew.h" #include "mainwindowcurve.h" #include "customtabwidget.h" #include "ConsoleOutputWidget.h"