Print source location before items.

This commit is contained in:
chriseth 2017-02-16 19:58:08 +01:00
parent 0177d964b1
commit 46d3c2dd3d

View File

@ -130,8 +130,8 @@ public:
if (!_item.location().isEmpty() && _item.location() != m_location) if (!_item.location().isEmpty() && _item.location() != m_location)
{ {
flush(); flush();
printLocation();
m_location = _item.location(); m_location = _item.location();
printLocation();
} }
if (!( if (!(
_item.canBeFunctional() && _item.canBeFunctional() &&