1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/qt
Andrew Eidsness 719982b23b Recognize Q_SIGNAL and Q_SLOT on single functions
Qt allows signals and slots to be marked directly on the function, e.g.,

class T
{
    Q_SIGNAL void some_signal();
    Q_SLOT   void some_slot();
};

This change modifies the Qt signal/slot tagger to look for these tags in
addition to the previously implemented search for the visibility label.

Change-Id: Ibf43df8d80d4ca9f8b62776e7a35a4fc067a289e
Reviewed-on: https://git.eclipse.org/r/10701
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
IP-Clean: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
2013-02-28 18:19:59 -05:00
..
org.eclipse.cdt.qt-feature Added support for Qt. Extended AddFiles template to change start/end 2013-01-12 00:57:49 -05:00
org.eclipse.cdt.qt.core Recognize Q_SIGNAL and Q_SLOT on single functions 2013-02-28 18:19:59 -05:00
org.eclipse.cdt.qt.ui Recognize Q_SIGNAL and Q_SLOT on single functions 2013-02-28 18:19:59 -05:00