Analyzer didn't like this.
This commit is contained in:
parent
bcf0cf1c6c
commit
407304294a
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@
|
||||||
Qt::Alignment GetDefaultAlignmentForType(Oid oid);
|
Qt::Alignment GetDefaultAlignmentForType(Oid oid);
|
||||||
QColor GetDefaultColorForType(Oid oid);
|
QColor GetDefaultColorForType(Oid oid);
|
||||||
|
|
||||||
inline Qt::Alignment GetDefaultAlignment() { return Qt::AlignLeft + Qt::AlignVCenter; }
|
inline Qt::Alignment GetDefaultAlignment() { return Qt::AlignLeft | Qt::AlignVCenter; }
|
||||||
inline Qt::Alignment GetDefaultBoolAlignment() { return Qt::AlignCenter + Qt::AlignVCenter; }
|
inline Qt::Alignment GetDefaultBoolAlignment() { return Qt::AlignCenter | Qt::AlignVCenter; }
|
||||||
inline Qt::Alignment GetDefaultNumberAlignment() { return Qt::AlignRight + Qt::AlignVCenter; }
|
inline Qt::Alignment GetDefaultNumberAlignment() { return Qt::AlignRight | Qt::AlignVCenter; }
|
||||||
|
|
||||||
inline QColor GetDefaultBoolColor(bool v)
|
inline QColor GetDefaultBoolColor(bool v)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue