Commit b5d10e5
committed
hexview: drop 'override' on comment() for QHexView <v5.1.0 compat
QHexDelegate::comment() virtual was added to QHexView after the v5.1.0
tag. Building against v5.1.0 fails with:
error: 'QString FlagsDelegate::comment(...)' marked 'override',
but does not override
Remove the override specifier so the code compiles against released
QHexView versions. The comment() feature will be a no-op until QHexView
ships a tagged release with the virtual.1 parent c8bb6c8 commit b5d10e5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments