VirtualBox

Changeset 69551 in vbox


Ignore:
Timestamp:
Nov 2, 2017 10:52:29 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118900
Message:

FE/Qt: Supply pointee of QPointer explicitly in signal-slot connections to avoid compilation fails.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequest.cpp

    r69550 r69551  
    183183    {
    184184        /* Prepare network-reply: */
    185         connect(m_pReply, &UINetworkReply::downloadProgress,
     185        connect(m_pReply.data(), &UINetworkReply::downloadProgress,
    186186                this, &UINetworkRequest::sltHandleNetworkReplyProgress);
    187         connect(m_pReply, &UINetworkReply::finished,
     187        connect(m_pReply.data(), &UINetworkReply::finished,
    188188                this, &UINetworkRequest::sltHandleNetworkReplyFinish);
    189189
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette