mirror of
https://github.com/muesli/telephant
synced 2024-11-26 21:30:19 +00:00
Use a regularly incrementing iota
This commit is contained in:
parent
c5ed930ce4
commit
404f4a4063
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const (
|
|||
|
||||
// Model Roles
|
||||
const (
|
||||
Name = int(core.Qt__UserRole) + 1<<iota
|
||||
Name = int(core.Qt__UserRole) + iota
|
||||
MessageID
|
||||
PostID
|
||||
PostURL
|
||||
|
|
Loading…
Reference in a new issue