examples/mdoutliner: update for new enum names

This commit is contained in:
mappu 2024-09-21 11:29:48 +12:00
parent d8239b6a91
commit 4c6dac6d88
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import (
var embedContent embed.FS
const (
lineNumberRole = int(qt.ItemDataRole__UserRole + 1)
lineNumberRole = int(qt.UserRole + 1)
)
type AppWindow struct {