[Interest] QtCreator on kubuntu says: "No qmlscene installed"

2018-07-09 Thread Alan Ezust
I just installed Qt Creator 4.5.2 from kubuntu apt sources. It installed qmlscene + qt development files at the same time. I can see clearly there is a qmlscene executable right next to qmake in the same directory: /usr/lib/qt5/bin How do I get rid of the "no qmlscene installed" warning?

Re: [Interest] qtLocation and mbtiles

2018-07-09 Thread Ola Røer Thorsen
> > > Thanks Ola for your reply and advise. I gave it a try and it is working > nicely (the server is in a thread of the main application as you > suggested). I used the osm plugin instead of mapbox-gl, is there any reason > why mapbox-gl would be more advantageous? > > I'm using a mix of vector

Re: [Interest] clazy - why signals shouldn't be const?

2018-07-09 Thread Sérgio Martins via Interest
On 2018-07-09 11:43, Tomasz Siekierda wrote: Hi, perhaps not the best list to ask, but hopefully somebody more familiar with clazy will comment. Why does clazy complain about const signals? It's not wrong to use const signals. That check is for developers that don't like changing state

Re: [Interest] clazy - why signals shouldn't be const?

2018-07-09 Thread Tomasz Siekierda
On Mon, 9 Jul 2018 at 13:17, Sérgio Martins wrote: > On 2018-07-09 11:43, Tomasz Siekierda wrote: > > Hi, > > > > perhaps not the best list to ask, but hopefully somebody more familiar > > with > > clazy will comment. > > > > Why does clazy complain about const signals? > > It's not wrong to use

[Interest] clazy - why signals shouldn't be const?

2018-07-09 Thread Tomasz Siekierda
Hi, perhaps not the best list to ask, but hopefully somebody more familiar with clazy will comment. Why does clazy complain about const signals? While I agree marking signals as const is not terribly important, I've had a few situations in code where I was emitting from const method - and then

Re: [Interest] qtLocation and mbtiles

2018-07-09 Thread maitai
Hi Thanks Ola for your reply and advise. I gave it a try and it is working nicely (the server is in a thread of the main application as you suggested). I used the osm plugin instead of mapbox-gl, is there any reason why mapbox-gl would be more advantageous? I might anyway go for the full