← Back to team overview

ubuntu-phone team mailing list archive

Re: SDK planning

 

Thanks Mike,

QNetworkAccessManager did the trick and it really is convenient.

On Sun, Mar 20, 2016 at 8:52 PM, Michael Terry <michael.terry@xxxxxxxxxxxxx>
wrote:

> On Sun, Mar 20, 2016 at 6:25 AM, Omer Akram <om26er@xxxxxxxxxx> wrote:
>
>> Perhaps we could provide some sophisticated API for the developers so
>> that they don't really have to handle threading directly, atleast for
>> simpler operations. (If there already is please enlighten me).
>>
>
> For network access, there is QNetworkAccessManager [1], which makes async
> requests on its own internal thread and signals the main thread when it's
> done.
>
> [1] http://doc.qt.io/qt-5/qnetworkaccessmanager.html
>

References