fixed display in GxsTrans stats widget

This commit is contained in:
csoler 2017-05-26 18:42:52 +02:00
parent 14b9a54773
commit 4fa6cbe6e6
3 changed files with 32 additions and 14 deletions

View file

@ -76,10 +76,12 @@ struct RsGxsTransOutgoingRecord
class RsGxsTrans: public RsGxsIfaceHelper
{
public:
struct GxsTransStatistics
class GxsTransStatistics
{
RsGxsGroupId prefered_group_id ;
public:
GxsTransStatistics() {}
RsGxsGroupId prefered_group_id ;
std::vector<RsGxsTransOutgoingRecord> outgoing_records;
};