[Oracle] Move page classes to separate file (#6314)

* Move pages to separate file

* Fix shadowing complaint
This commit is contained in:
RickyRister 2025-11-15 02:27:53 -08:00 committed by GitHub
parent 6dff230e10
commit 1c1599a9f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 879 additions and 838 deletions

View file

@ -20,6 +20,7 @@ set(oracle_SOURCES
src/main.cpp
src/oraclewizard.cpp
src/oracleimporter.cpp
src/pages.cpp
src/pagetemplates.cpp
src/parsehelpers.cpp
src/qt-json/json.cpp