Hi,
i subclassed a QAbstractModel and subclassed the data function
which is declared as const.
However, i need to emit a signal from there and the compiler wont let me do that because of const...
What should i do?
Hi,
i subclassed a QAbstractModel and subclassed the data function
which is declared as const.
However, i need to emit a signal from there and the compiler wont let me do that because of const...
What should i do?
Bookmarks