Dominik Haumann ha scritto:
Hi,
On Monday 24 November 2014 20:44:59 Burkhard Lück wrote:
Am Montag, 24. November 2014, 18:41:43 schrieb Dominik Haumann:
on http://docs.kde.org it is currently not possible to find the
documentation for Kate. Usually, it should be here:
https://docs.kde.org/
Hi,
On Monday 24 November 2014 20:44:59 Burkhard Lück wrote:
> Am Montag, 24. November 2014, 18:41:43 schrieb Dominik Haumann:
> > on http://docs.kde.org it is currently not possible to find the
> > documentation for Kate. Usually, it should be here:
> >
> > https://docs.kde.org/stable/en/appli
Hi,
from the documentation:
The type has to be registered with qDBusRegisterMetaType() before it can be
used with QDBusArgument. Therefore, somewhere in your program, you should add
the following code:
qDBusRegisterMetaType();
Once registered, a type can be used in outgoing method calls
Cheer
Hi,
I am trying to retrieve the global keyboard shortcut of a KWin action. I
started doing
this but I am stuck with the error message "QDBusPendingReply: type
QList is not registered with QtDBus".
This is the code. Any idea where to look next? I am working under KDE4 with
environment
set for KF
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/121765/#review73873
---
Ship it!
ping.
Do you have commit access?
- Vishesh Handa
On Sun, Jan 11, 2015 at 7:24 PM, Stefan Bruens wrote:
> Hi everyone,
>
> I a currently writing a plasma applet for KF5, as well as a dataengine.
> Both
> are running fine, but now I want to configure the dataengine from the
> applet.
> The settings for the dataengine are session-global.
>
You ca