Re: New warning on master

2016-11-09 Thread Guillaume Munch
I will gladly let you handle everything, then :) Done.

Re: New warning on master

2016-11-09 Thread Enrico Forestieri
On Wed, Nov 09, 2016 at 10:52:19PM +0100, Guillaume Munch wrote: > > Patch looks good, feel free to commit. Except for: > > > QObject::connect(wa, SIGNAL(bufferViewChanged()), > > -this, SIGNAL(bufferViewChanged())); > > +this, SLOT(onBufferViewChanged(

Re: New warning on master

2016-11-09 Thread Guillaume Munch
Le 09/11/2016 à 20:46, Enrico Forestieri a écrit : On Wed, Nov 09, 2016 at 11:46:33AM +0100, Jean-Marc Lasgouttes wrote: When using dialogs (prefs for example) with master, I get some QMetaObject::connectSlotsByName: No matching signal for on_bufferViewChanged() QMetaObject::connectSlotsByName:

Re: New warning on master

2016-11-09 Thread Enrico Forestieri
On Wed, Nov 09, 2016 at 11:46:33AM +0100, Jean-Marc Lasgouttes wrote: > When using dialogs (prefs for example) with master, I get some > > QMetaObject::connectSlotsByName: No matching signal for > on_bufferViewChanged() > QMetaObject::connectSlotsByName: No matching signal for > on_bufferViewChang

Re: New warning on master

2016-11-09 Thread Guillaume Munch
Le 09/11/2016 à 15:58, Jean-Marc Lasgouttes a écrit : Le 09/11/2016 à 15:54, Scott Kostyshak a écrit : On Wed, Nov 09, 2016 at 11:46:33AM +0100, Jean-Marc Lasgouttes wrote: When using dialogs (prefs for example) with master, I get some Does this ring a bell for somebody? I don't see this w

Re: New warning on master

2016-11-09 Thread Jean-Marc Lasgouttes
Le 09/11/2016 à 15:54, Scott Kostyshak a écrit : On Wed, Nov 09, 2016 at 11:46:33AM +0100, Jean-Marc Lasgouttes wrote: When using dialogs (prefs for example) with master, I get some Does this ring a bell for somebody? I don't see this with current master and Qt 5.6.2. To test, I just starte

Re: New warning on master

2016-11-09 Thread Scott Kostyshak
On Wed, Nov 09, 2016 at 11:46:33AM +0100, Jean-Marc Lasgouttes wrote: > When using dialogs (prefs for example) with master, I get some > Does this ring a bell for somebody? I don't see this with current master and Qt 5.6.2. To test, I just started list and opened preferences and clicked around a

New warning on master

2016-11-09 Thread Jean-Marc Lasgouttes
When using dialogs (prefs for example) with master, I get some QMetaObject::connectSlotsByName: No matching signal for on_bufferViewChanged() QMetaObject::connectSlotsByName: No matching signal for on_bufferViewChanged() QMetaObject::connectSlotsByName: No matching signal for on_bufferViewChan