fixed small bug in box initialization

This commit is contained in:
csoler 2019-03-12 16:59:45 +01:00
parent a67a35624d
commit 14d29a4490
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
4 changed files with 2 additions and 23 deletions

View file

@ -181,7 +181,6 @@ private:
QuickViewFilter mQuickViewFilter ;
QStringList mFilterStrings;
FilterType mFilterType;
bool mFilteringEnabled;
std::vector<Rs::Msgs::MsgInfoSummary> mMessages;
};