Closed
Bug 483081
Opened 16 years ago
Closed 16 years ago
Firefox 3.1b3 fails to compile with --enable-default-toolkit=cairo-qt
Categories
(Core Graveyard :: Widget: Qt, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 480689
People
(Reporter: bero, Unassigned)
Details
Attachments
(1 file)
555 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (compatible; Konqueror/4.2; Linux) KHTML/4.2.1 (like Gecko)
Build Identifier: 3.1b3
Trying to compile widget/src/qt/nsClipboard.cpp results in
nsClipboard.cpp: In member function 'virtual nsresult nsClipboard::SetData(nsITransferable*, nsIClipboardOwner*, PRInt32)':
nsClipboard.cpp:316: error: 'class nsRefPtr<nsClipboardPrivacyHandler>' has no member named 'PrepareDataForClipboard'
Reproducible: Always
Steps to Reproduce:
1. ./configure --enable-default-toolkit=cairo-qt
2. make
Actual Results:
nsClipboard.cpp: In member function 'virtual nsresult nsClipboard::SetData(nsITransferable*, nsIClipboardOwner*, PRInt32)':
nsClipboard.cpp:316: error: 'class nsRefPtr<nsClipboardPrivacyHandler>' has no member named 'PrepareDataForClipboard'
Expected Results:
working binary
Reporter | ||
Comment 1•16 years ago
|
||
This fixes it
Updated•16 years ago
|
Component: General → Widget: Qt
Product: Firefox → Core
QA Contact: general → qt
Comment 2•16 years ago
|
||
this was fixed in the bug #480689
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•