1
0

refactor: remove frameless window

remove frameless window and merge it into mainwindow. because we do not need frameless and transparent window, so most of its functions are removed in previous commits.
This commit is contained in:
2026-07-13 15:59:39 +08:00
parent 16800df138
commit a01d640c27
5 changed files with 17 additions and 75 deletions

View File

@@ -39,7 +39,6 @@ endif ()
set (PPIC_CPP_FILES
app/main.cpp
app/framelesswindow.cpp
app/mainwindow.cpp
app/actionmanager.cpp
app/graphicsview.cpp
@@ -57,7 +56,6 @@ set (PPIC_CPP_FILES
)
set (PPIC_HEADER_FILES
app/framelesswindow.h
app/mainwindow.h
app/actionmanager.h
app/graphicsview.h