mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kdeui: assume Q_CONSTRUCTOR_FUNCTION is defined
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a08c91ab3c
commit
afc7888fac
1 changed files with 0 additions and 4 deletions
|
@ -187,8 +187,4 @@ static int initKConfigGroupGui()
|
|||
return 42; // because 42 is nicer than 1 or 0
|
||||
}
|
||||
|
||||
#ifdef Q_CONSTRUCTOR_FUNCTION
|
||||
Q_CONSTRUCTOR_FUNCTION(initKConfigGroupGui)
|
||||
#else
|
||||
static int dummyKConfigGroupGui = initKConfigGroupGui();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue