mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +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
|
return 42; // because 42 is nicer than 1 or 0
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef Q_CONSTRUCTOR_FUNCTION
|
|
||||||
Q_CONSTRUCTOR_FUNCTION(initKConfigGroupGui)
|
Q_CONSTRUCTOR_FUNCTION(initKConfigGroupGui)
|
||||||
#else
|
|
||||||
static int dummyKConfigGroupGui = initKConfigGroupGui();
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue