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"