[Gammaray-commits] [KDAB/GammaRay] 69f870: Fix binary operator mistake in quickpreview.qml
Anton Kreuzkamp
anton.kreuzkamp at kdab.com
Tue Mar 11 17:05:54 CET 2014
Branch: refs/heads/master
Home: https://github.com/KDAB/GammaRay
Commit: 69f8701db9f580687ef428c90fa4ed83a5b99b15
https://github.com/KDAB/GammaRay/commit/69f8701db9f580687ef428c90fa4ed83a5b99b15
Author: Anton Kreuzkamp <anton.kreuzkamp at kdab.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M plugins/quickinspector/quickpreview.qml
Log Message:
-----------
Fix binary operator mistake in quickpreview.qml
Used flags & (flag1 | flag2), while i meant flags == (flag1 | flag2).
More information about the Gammaray-commits
mailing list