2016-02-25 19:23 GMT+01:00 Elvis Stansvik :
> 2016-02-25 19:10 GMT+01:00 Elvis Stansvik :
>> 2016-02-25 18:24 GMT+01:00 Murphy, Sean :
>Foo() : QObject(nullptr) {
> moveToThread(&m_thread);
> m_thread.start();
>}
>
>~Foo() {
> m_threa
2016-02-25 19:10 GMT+01:00 Elvis Stansvik :
> 2016-02-25 18:24 GMT+01:00 Murphy, Sean :
>>> >Foo() : QObject(nullptr) {
>>> > moveToThread(&m_thread);
>>> > m_thread.start();
>>> >}
>>> >
>>> >~Foo() {
>>> > m_thread.quit();
>>> > m_thread.wait();
>>> >}
>>>
2016-02-25 18:24 GMT+01:00 Murphy, Sean :
>> >Foo() : QObject(nullptr) {
>> > moveToThread(&m_thread);
>> > m_thread.start();
>> >}
>> >
>> >~Foo() {
>> > m_thread.quit();
>> > m_thread.wait();
>> >}
>>
>> This destructor is either never run or deadlocks.
>>
> >Foo() : QObject(nullptr) {
> > moveToThread(&m_thread);
> > m_thread.start();
> >}
> >
> >~Foo() {
> > m_thread.quit();
> > m_thread.wait();
> >}
>
> This destructor is either never run or deadlocks.
>
> A QObject can only be destroyed in its thread of a
You should look at the episodes 1-7 more carefully before tearing into
QtActivity.
md
On 2/25/2016 7:47 AM, Jason H wrote:
Jason:
On 2/24/2016 8:38 PM, Jason H wrote:
How does one "regenerate it back into the build directory"?
You want to look at the "use gradle builds" and then generate an
> Jason:
>
> On 2/24/2016 8:38 PM, Jason H wrote:
> > How does one "regenerate it back into the build directory"?
>
> You want to look at the "use gradle builds" and then generate android
> files in the project android setup in project preferences.
Did that.
> This will create an android subd