Re: [Interest] Squish for open source

2021-04-20 Thread Michal Lazo
Hello If you are looking for something for qt widgets application there is alternative for example this https://github.com/cisco-open-source/qtwebdriver Best regards Michal Lazo On Mon, Apr 19, 2021 at 3:20 PM Vadim Peretokin wrote: > > Following the news that Qt has acquired the excell

[Interest] Invalid parameter passed to C runtime function. in debug out in new Windows 10 build 1809

2018-10-03 Thread Michal Lazo
I did update to latest Windows 10 build 1809 as it officially release today And I started to see: Invalid parameter passed to C runtime function. when I run application with debugger https://bugreports.qt.io/browse/QTBUG-70917 Anybody can confirm this behavior? Thx Michal Lazo

Re: [Interest] QSharedDataPointer detach too much ( don't call const )

2018-09-20 Thread Michal Lazo
Sorry I just found, there will be just one detach. but still I wasn't aware that it don't call cost variant. So thx for that link http://eel.is/c++draft/over.match On Thu, Sep 20, 2018 at 1:15 PM Michal Lazo wrote: > But for example > > http://code.qt.io/cgit/qt/qtbase.git/tree/src

Re: [Interest] QSharedDataPointer detach too much ( don't call const )

2018-09-20 Thread Michal Lazo
est < interest@qt-project.org> wrote: > On 20/09/18 12:43, Michal Lazo wrote: > > "So my whole C++ world just changed." > > Can you point me to right article in C++ documentation ? > > http://eel.is/c++draft/over.match > > See in particular [over.match.funcs] ยง1

Re: [Interest] QSharedDataPointer detach too much ( don't call const )

2018-09-20 Thread Michal Lazo
you think ?? And there is more code like this. On Thu, Sep 20, 2018 at 11:28 AM Philippe wrote: > This is a (logical) C++ aspect, not a Qt thing: > non-constant pointers call non-contant methods in priority. > > Philippe > > On Thu, 20 Sep 2018 11:02:44 +0200 > Michal Lazo wrote: