Commit b72d3f8
committed
Avoid false positive warnings for QT signals and slots extended syntax.
This reuses the same regex snippet as in Update()
Note that QT also allows to use macros instead of keywords: Q_SIGNAL, Q_SIGNALS, Q_SLOT, Q_SLOTS, but apparently this is not used not frequently enough to include in cpplint.1 parent a687e51 commit b72d3f8
2 files changed
Lines changed: 20 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4803 | 4803 | | |
4804 | 4804 | | |
4805 | 4805 | | |
4806 | | - | |
| 4806 | + | |
4807 | 4807 | | |
4808 | 4808 | | |
4809 | 4809 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3712 | 3712 | | |
3713 | 3713 | | |
3714 | 3714 | | |
| 3715 | + | |
3715 | 3716 | | |
3716 | 3717 | | |
3717 | 3718 | | |
3718 | 3719 | | |
3719 | 3720 | | |
| 3721 | + | |
3720 | 3722 | | |
3721 | | - | |
3722 | | - | |
| 3723 | + | |
| 3724 | + | |
| 3725 | + | |
| 3726 | + | |
| 3727 | + | |
| 3728 | + | |
| 3729 | + | |
| 3730 | + | |
| 3731 | + | |
| 3732 | + | |
| 3733 | + | |
| 3734 | + | |
| 3735 | + | |
| 3736 | + | |
| 3737 | + | |
| 3738 | + | |
| 3739 | + | |
3723 | 3740 | | |
3724 | 3741 | | |
3725 | 3742 | | |
| |||
0 commit comments