1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:07:45 +00:00

Spreadsheet: Move sheet management to a Workbook class

This commit is contained in:
AnotherTest 2020-08-26 06:00:23 +04:30 committed by Andreas Kling
parent 6ea7e67b62
commit e1f5f709ee
5 changed files with 228 additions and 110 deletions

View file

@ -5,6 +5,7 @@ set(SOURCES
SpreadsheetModel.cpp
SpreadsheetView.cpp
SpreadsheetWidget.cpp
Workbook.cpp
main.cpp
)