RESOLVED FIXED 93996
[Qt] Use Q_SLOTS and Q_SIGNALS instead of slots and signals
https://bugs.webkit.org/show_bug.cgi?id=93996
Summary [Qt] Use Q_SLOTS and Q_SIGNALS instead of slots and signals
Lauro Moura Maranhao Neto
Reported 2012-08-14 10:27:00 PDT
Use Q_* instead of slots and signals to avoid compile errors when including 3rd party headers.
Attachments
Patch (53.58 KB, patch)
2012-08-14 11:25 PDT, Lauro Moura Maranhao Neto
no flags
Lauro Moura Maranhao Neto
Comment 1 2012-08-14 11:25:32 PDT
WebKit Review Bot
Comment 2 2012-08-14 13:44:33 PDT
Comment on attachment 158379 [details] Patch Rejecting attachment 158379 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: CT (content): Merge conflict in LayoutTests/ChangeLog Failed to merge in the changes. Patch failed at 0001 WebKitTestRunner needs layoutTestController.dumpResourceLoadCallbacks When you have resolved this problem run "git rebase --continue". If you would prefer to skip this patch, instead run "git rebase --skip". To restore the original branch and stop rebasing run "git rebase --abort". rebase refs/remotes/origin/master: command returned error: 1 Died at Tools/Scripts/update-webkit line 164. Full output: http://queues.webkit.org/results/13492689
Rafael Brandao
Comment 3 2012-08-14 14:02:12 PDT
Comment on attachment 158379 [details] Patch The error seems unrelated. cq+ again.
WebKit Review Bot
Comment 4 2012-08-14 14:11:49 PDT
Comment on attachment 158379 [details] Patch Clearing flags on attachment: 158379 Committed r125603: <http://trac.webkit.org/changeset/125603>
WebKit Review Bot
Comment 5 2012-08-14 14:11:54 PDT
All reviewed patches have been landed. Closing bug.
Simon Hausmann
Comment 6 2012-08-17 07:36:57 PDT
Hm, did you actually encounter this problem for real?
Lauro Moura Maranhao Neto
Comment 7 2012-08-17 10:20:50 PDT
(In reply to comment #6) > Hm, did you actually encounter this problem for real? Yes, we had conflicts when experimenting with libsoup.
Balazs Kelemen
Comment 8 2012-08-19 12:54:18 PDT
(In reply to comment #7) > (In reply to comment #6) > > Hm, did you actually encounter this problem for real? > > Yes, we had conflicts when experimenting with libsoup. In this case the macro style should be a guideline otherwise it will break periodically. I suggest to mention this on webkit-qt, and also we should implement it in check-webkit-style.
Note You need to log in before you can comment on or make changes to this bug.