1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-08 11:03:28 +02:00
Find a file
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
build Bug 400972: Creating new C/C++ project in existing read-only 2013-02-20 16:16:50 -05:00
codan Enabled assertions during tests. 2013-02-05 10:07:41 -08:00
core Bug 402006 - [formatter] Crashes on sizeof() macro 2013-02-28 11:44:23 -08:00
cross Bug 391390 : Updatesite url is indigo 2012-10-17 14:18:01 -04:00
debug Bug 396230 - [breakpoints] In Breakpoint Properties dialog sort and group pages. 2013-02-08 13:32:00 -08:00
doc Bug 400955: add Source menu docs 2013-02-22 19:07:33 -05:00
dsf Bug 400152 - Add org.eclipse.debug.core and org.eclipse.resources.core imports 2013-02-13 11:40:25 -08:00
dsf-gdb Bug 396268 - [Visualizer] Add CPU/core load information to the multicore 2013-02-28 11:05:22 -05:00
jtag Bug 391390 : Updatesite url is indigo 2012-10-17 14:18:01 -04:00
launch/org.eclipse.cdt.launch Bug 384780 - No error is reported if a directory is specified as program 2012-07-10 16:20:56 -04:00
lrparser Bug 389009 - Enumerator with dependent value 2013-02-05 13:09:29 -05:00
memory Bug 398329 : MemoryBrowser - switching between debuggees does not update the provider for browser operations like Import and Export 2013-01-21 17:25:10 -05:00
p2 Bumped up feature versions for Kepler. 2012-06-28 11:08:11 -07:00
qt Recognize Q_SIGNAL and Q_SLOT on single functions 2013-02-28 18:19:59 -05:00
releng Tycho: Use original (pre 0.15.0) packaging name for repository 2012-11-20 02:13:02 -05:00
testsrunner Bug 391390 : Updatesite url is indigo 2012-10-17 14:18:01 -04:00
upc Fixed compilation errors. 2012-12-28 14:08:36 -08:00
util Bug 391390 : Updatesite url is indigo 2012-10-17 14:18:01 -04:00
visualizer Bug 396268 - [Visualizer] Add CPU/core load information to the multicore 2013-02-28 11:05:22 -05:00
windows Bug 397121 - Add support for Windows SDK 8.0 and Visual C++ 11.0 2013-01-03 00:49:38 -05:00
xlc bug 398681: CDT does not understand some of xlC diagnostic messages 2013-01-21 17:33:29 -05:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Upgrade to Tycho 0.16.0 2012-11-20 00:39:42 -05:00