mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
all-in-one build fix-fix
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
f332165f73
commit
732baf8624
2 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,9 @@ public:
|
|||
#endif
|
||||
};
|
||||
|
||||
#ifndef QT_ALLINONE
|
||||
Q_GLOBAL_STATIC(QWidget, globalStyleInfoWidget)
|
||||
#endif
|
||||
|
||||
QLayoutStyleInfo QGraphicsGridLayoutPrivate::styleInfo() const
|
||||
{
|
||||
|
|
|
@ -171,9 +171,7 @@ int QGraphicsLinearLayoutPrivate::gridColumn(int index) const
|
|||
return int(qMin(uint(index), uint(engine.columnCount())));
|
||||
}
|
||||
|
||||
#ifndef QT_ALLINONE
|
||||
Q_GLOBAL_STATIC(QWidget, globalStyleInfoWidget)
|
||||
#endif
|
||||
|
||||
QLayoutStyleInfo QGraphicsLinearLayoutPrivate::styleInfo() const
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue