Bug 93996 - [Qt] Use Q_SLOTS and Q_SIGNALS instead of slots and signals
Summary: [Qt] Use Q_SLOTS and Q_SIGNALS instead of slots and signals
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Lauro Moura Maranhao Neto
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-14 10:27 PDT by Lauro Moura Maranhao Neto
Modified: 2012-08-19 12:54 PDT (History)
14 users (show)

See Also:


Attachments
Patch (53.58 KB, patch)
2012-08-14 11:25 PDT, Lauro Moura Maranhao Neto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura Maranhao Neto 2012-08-14 10:27:00 PDT
Use Q_* instead of slots and signals to avoid compile errors when including 3rd party headers.
Comment 1 Lauro Moura Maranhao Neto 2012-08-14 11:25:32 PDT
Created attachment 158379 [details]
Patch
Comment 2 WebKit Review Bot 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
Comment 3 Rafael Brandao 2012-08-14 14:02:12 PDT
Comment on attachment 158379 [details]
Patch

The error seems unrelated. cq+ again.
Comment 4 WebKit Review Bot 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>
Comment 5 WebKit Review Bot 2012-08-14 14:11:54 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Simon Hausmann 2012-08-17 07:36:57 PDT
Hm, did you actually encounter this problem for real?
Comment 7 Lauro Moura Maranhao Neto 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.
Comment 8 Balazs Kelemen 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.