[QScintilla] Non-const getter functions

Phil Thompson phil at riverbankcomputing.com
Thu Apr 26 11:52:01 BST 2007


On Wednesday 25 April 2007 11:56 pm, Kor de Jong wrote:
> Hi,
>
> I have a question about the QScintilla class (2-snapshot-20070304):
>
> Is there a reason why a lot of 'getters' are non-const? Examples are:
> lines(), length() and text(int line). This poses the same restriction on
> member functions of a subclass of QScintilla that call these functions.

Historical laziness on my part I'm afraid. I'll add it to the TODO list.

Phil


More information about the QScintilla mailing list