mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 08:58:37 +00:00
examples/mdoutliner: update for new enum names
This commit is contained in:
parent
d8239b6a91
commit
4c6dac6d88
@ -15,7 +15,7 @@ import (
|
|||||||
var embedContent embed.FS
|
var embedContent embed.FS
|
||||||
|
|
||||||
const (
|
const (
|
||||||
lineNumberRole = int(qt.ItemDataRole__UserRole + 1)
|
lineNumberRole = int(qt.UserRole + 1)
|
||||||
)
|
)
|
||||||
|
|
||||||
type AppWindow struct {
|
type AppWindow struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user