ui: Fixed search query without node disappears when submiting search request

This commit is contained in:
Eberhard Graether
2015-11-12 13:45:57 +01:00
parent 00b74d2f30
commit de4f2973bc
3 changed files with 4 additions and 1 deletions
@@ -13,6 +13,7 @@ public:
, isEdge(false)
, isAggregation(false)
, isFromSystem(false)
, isFromSearch(false)
{
}
@@ -26,6 +27,7 @@ public:
bool isEdge;
bool isAggregation;
bool isFromSystem;
bool isFromSearch;
};
#endif // MESSAGE_ACTIVATE_TOKENS_H