mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
kdeui: call QObject constructor in the default KGlobalShortcutInfo constructor
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c689f83d30
commit
9cf5779647
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@
|
||||||
#include "kglobalshortcutinfo_p.h"
|
#include "kglobalshortcutinfo_p.h"
|
||||||
|
|
||||||
KGlobalShortcutInfo::KGlobalShortcutInfo()
|
KGlobalShortcutInfo::KGlobalShortcutInfo()
|
||||||
: d(new KGlobalShortcutInfoPrivate())
|
: QObject(),
|
||||||
|
d(new KGlobalShortcutInfoPrivate())
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue