Commit dac0ca4
Move MMainWnd declaration to MMainWnd.hpp and preview implementations to separate compilation unit (#340)
* Initial plan
* Move preview-related implementations to MMainWnd_Preview.cpp
Co-authored-by: katahiromz <2107452+katahiromz@users.noreply.github.com>
* Fix: Include MMainWnd_Preview.cpp from RisohEditor.cpp since MMainWnd class is defined there
Co-authored-by: katahiromz <2107452+katahiromz@users.noreply.github.com>
* Move MMainWnd declaration from RisohEditor.cpp to MMainWnd.hpp
Co-authored-by: katahiromz <2107452+katahiromz@users.noreply.github.com>
* Remove unnecessary MMainWnd_Preview.h file
Co-authored-by: katahiromz <2107452+katahiromz@users.noreply.github.com>
* Fix CI: Add IMPORT_RESULT enum to header and add missing includes
Co-authored-by: katahiromz <2107452+katahiromz@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: katahiromz <2107452+katahiromz@users.noreply.github.com>1 parent 6854775 commit dac0ca4
File tree
4 files changed
+1092
-1070
lines changed- src
4 files changed
+1092
-1070
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
0 commit comments