Re: [Interest] QT 5.9.2 Release schedule

2017-10-05 Thread Oleg Yadrov
I want to highlight this, a very annoying one: https://bugreports.qt.io/browse/QTBUG-63532 -- Oleg Yadrov - oleg.yad...@qt.io<mailto:oleg.yad...@qt.io> On Oct 5, 2017, at 3:34 PM, Thiago Macieira mailto:thiago.macie...@intel.com>> wrote: On quinta-feira, 5 de outubro de 2017

Re: [Interest] QT 5.9.2 Release schedule

2017-10-05 Thread Oleg Yadrov
)... I think it would be good if someone confirmed the bug and started thinking of a way how we could work this around in case if Apple does not care. -- Oleg Yadrov - oleg.yad...@qt.io<mailto:oleg.yad...@qt.io> On Oct 5, 2017, at 4:21 PM, Thiago Macieira mailto:thiago.macie...@intel.com>&

Re: [Interest] Detecting subdirectories in QDir

2018-07-11 Thread Oleg Yadrov
Users/olegyadrov/one/four"); qDebug() << a.absolutePath().startsWith(b.absolutePath()); qDebug() << a.absolutePath().startsWith(c.absolutePath()); return app.exec(); } outputs true false Best regards, Oleg Yadrov - oleg.yad...@qt.io<mailto:oleg.yad...@qt.io>

Re: [Interest] Detecting subdirectories in QDir

2018-07-11 Thread Oleg Yadrov
lt;< isSubdirectory(a, b); qDebug() << isSubdirectory(a, c); return app.exec(); } On Jul 11, 2018, at 10:59 AM, Thiago Macieira mailto:thiago.macie...@intel.com>> wrote: On Wednesday, 11 July 2018 07:44:46 PDT Oleg Yadrov wrote: qDebug() << a.absoluteP