Update gtk148

This commit is contained in:
daleclack 2023-03-24 09:47:50 +08:00
parent d2973b4b6f
commit dc6e0671ac
1 changed files with 4 additions and 0 deletions

View File

@ -24,7 +24,11 @@ static GListModel *create_list_model()
}
static void main_win_init(MainWin *self){
// Create list model
GListModel *model = create_list_model();
// Create Factory
}
static void main_win_class_init(MainWinClass *klass){