mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-02 17:23:20 +00:00
Remove unused code, move logic from .h to their .cpp, clean some things
This commit is contained in:
parent
924e35ecc4
commit
cb6c663833
41 changed files with 492 additions and 978 deletions
|
@ -2,7 +2,7 @@ import { Backend } from "Backend.slint";
|
|||
import { Button, VerticalBox, CheckBox, Palette } from "std-widgets.slint";
|
||||
import { SideBar } from "SideBar.slint";
|
||||
import { MainView } from "MainView.slint";
|
||||
import { TaskEdit } from "windows/TaskEdit.slint";
|
||||
import { TaskWindow } from "windows/TaskWindow.slint";
|
||||
import { EventWindow } from "windows/EventWindow.slint";
|
||||
|
||||
export component AppWindow inherits Window {
|
||||
|
@ -23,4 +23,4 @@ export component AppWindow inherits Window {
|
|||
|
||||
}
|
||||
|
||||
export { Backend, TaskEdit, EventWindow } // Export to make it visible to the C++ backend
|
||||
export { Backend, TaskWindow, EventWindow } // Export to make it visible to the C++ backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue