ibus: remove some unneeded member init'ing
I was surprised this compiled at all, since I thought QT_NO_CAST_FROM_ASCII was in effect in Qt, but apparently it isn't. Change-Id: Id77743a2ca1b7f865960dc78d169584741f18d43 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>bb10
parent
134cad32d7
commit
71548ba4a0
|
|
@ -277,23 +277,7 @@ void QIBusText::deserializeFrom(const QDBusArgument &argument)
|
|||
}
|
||||
|
||||
QIBusEngineDesc::QIBusEngineDesc()
|
||||
: engine_name(""),
|
||||
longname(""),
|
||||
description(""),
|
||||
language(""),
|
||||
license(""),
|
||||
author(""),
|
||||
icon(""),
|
||||
layout(""),
|
||||
rank(0),
|
||||
hotkeys(""),
|
||||
symbol(""),
|
||||
setup(""),
|
||||
layout_variant(""),
|
||||
layout_option(""),
|
||||
version(""),
|
||||
textdomain(""),
|
||||
iconpropkey("")
|
||||
: rank(0)
|
||||
{
|
||||
name = "IBusEngineDesc";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue