Hi,
I am using QtWayland v5.9.5 with wayland v1.11.1 and Vivante driver
v5.0.11.p8.6.
I am finding below crash sporadically on window close.
#0 get_next_argument (signature=0x0, details=details@entry=0x6b6edd60) at
/usr/src/debug/wayland/1.11.1-r3.2/wayland-1.11.1/src/connection.c:437
#1 0x73b
Does it work properly if 'b' is root?
On 11.07.2018 17:59, Oleg Yadrov wrote:
Ha. I hope I didn't screw up this time.
#include
#include
#include
//returnstrueif'a'isasubdirectoryof'b'
boolisSubdirectory(QDira,QDirb)
{
while(!a.isRoot()){
if(a.absolutePath()==b.absolutePath())
returntru