forked from qt-creator/qt-creator
Fix assert
Change-Id: I41b4b444fdce6d73c0c62aa1d98a7c9d80a6a4c9 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
923fca21ce
commit
474fa9a7ff
@@ -351,7 +351,7 @@ public:
|
|||||||
|
|
||||||
const Value &get() const
|
const Value &get() const
|
||||||
{
|
{
|
||||||
QTC_ASSERT(_set, return Value());
|
QTC_CHECK(_set);
|
||||||
return _value;
|
return _value;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user