~neon/qt/qtxmlpatterns

« back to all changes in this revision

Viewing changes to src/xmlpatterns/api/qcoloroutput_p.h

  • Committer: Lars Knoll
  • Date: 2014-08-15 10:31:19 UTC
  • Revision ID: git-v1:8d72cf436a1d4fe50542b93d82816726cbde7fef
Remove a wrong ###

Task-number: QTBUG-28940
Change-Id: I38c4af131d6056b42d564d20b3a1a5fd839b5b5b
Reviewed-by: Lars Knoll <lars.knoll@digia.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
            ForegroundShift = 10,
69
69
            BackgroundShift = 20,
70
70
            SpecialShift    = 20,
71
 
// ### FIXME: this looks very suspicious. Make ForegroundShift = 0x10 etc?
72
71
            ForegroundMask  = 0x1f << ForegroundShift,
73
72
            BackgroundMask  = 0x7 << BackgroundShift
74
73
        };