IBus: fix missing Q_SLOTS
The following warning is printed on systems using IBus: qt.dbus.integration: Could not connect "org.freedesktop.IBus" to globalEngineChanged(QString) It seems either the connection has never worked or moc has changed Pick-to: 6.5 6.2 Change-Id: Ib96229c85c975603d28c76163fa144ddfe827b18 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
7763b83c4c
commit
9d031caf09
@ -110,7 +110,7 @@ public Q_SLOTS: // METHODS
|
||||
#endif
|
||||
QIBusEngineDesc getGlobalEngine();
|
||||
|
||||
private:
|
||||
private Q_SLOTS:
|
||||
void globalEngineChanged(const QString &engine_name);
|
||||
|
||||
Q_SIGNALS: // SIGNALS
|
||||
|
Loading…
Reference in New Issue
Block a user