Commit 7023f228 authored by Allan Sandfeld Jensen's avatar Allan Sandfeld Jensen
Browse files

Switch BrowserContextAdapter to QSharedPointer


BrowserContextAdapter is not a form of shared data, and using
QExplicitSharedDataPointer on it as always been a misuse of the class.

Instead we should switch it to QSharedPointer, which also allows us to
use QWeakPointer.

Change-Id: I8eb489b4a12d3fdddcde55821be294814a156a9d
Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
Reviewed-by: default avatarMichal Klocek <michal.klocek@theqtcompany.com>
Showing with 39 additions and 36 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment