Bug 89029
Summary: | [Qt] Move from QWeakPointer to QPointer to track QObjects | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andras Becsi <abecsi> |
Component: | Tools / Tests | Assignee: | Andras Becsi <abecsi> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Unspecified |
Andras Becsi
Using QWeakPointer to track QObject-derived objects was deprecated in qtbase master (ee7fa67eb0060b9c794bae4c7b06110c3b9626e0)
Move all usages to QPointer, which has the same functionality.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andras Becsi
*** This bug has been marked as a duplicate of bug 89449 ***