[QScintilla] QScintilla + "new" Qt signal/slot syntax

Phil Thompson phil at riverbankcomputing.com
Wed Apr 11 12:53:14 BST 2018


On 11 Apr 2018, at 12:34 pm, Alan Garny <agarny at hellix.com> wrote:
> 
> Hi,
>  
> I have modified my code to use Qt’s new signal/slot syntax, but I came across a problem when it comes to my QScintilla-based widget.
>  
> To get my code to work, I have to get a couple of QScintilla’s header files processed by Qt’s MOC (see here).

Why? What happens if you don't?

> I have modified all my codebase and this is the only third-party library for which I had to do something like this. This is clearly not neat, so I am actually thinking of reverting to the old syntax, unless I missed something?...

Phil



More information about the QScintilla mailing list