Re: [Kde-hardware-devel] Review Request 111707: Export the value of lidAction (in handleButtonEvents action)

2013-07-28 Thread Àlex Fiestas
On July 26, 2013, 5:28 p.m., Albert Astals Cid wrote: int lidAction() const; looks a bit weird as slot signature, but i guess the fact that is a slot is to trick qt4_add_dbus_adaptor? To make Qt export it on the bus. - Àlex ---

Re: [Kde-hardware-devel] Review Request 111707: Export the value of lidAction (in handleButtonEvents action)

2013-07-28 Thread Albert Astals Cid
On July 26, 2013, 5:28 p.m., Albert Astals Cid wrote: int lidAction() const; looks a bit weird as slot signature, but i guess the fact that is a slot is to trick qt4_add_dbus_adaptor? Àlex Fiestas wrote: To make Qt export it on the bus. ok, a Q_SCRIPTABLE Q_INVOKABLE should work

Re: [Kde-hardware-devel] Review Request 111707: Export the value of lidAction (in handleButtonEvents action)

2013-07-26 Thread Dario Freddi
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111707/#review36530 --- Ship it! Ship It! - Dario Freddi On July 26, 2013, 2:58

Re: [Kde-hardware-devel] Review Request 111707: Export the value of lidAction (in handleButtonEvents action)

2013-07-26 Thread Albert Astals Cid
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111707/#review36559 --- int lidAction() const; looks a bit weird as slot signature,