effectprocess 추가

git-svn-id: svn://192.168.0.12/source@306 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-10-28 10:10:05 +00:00
parent 6d62c97b54
commit 9b479f3e9a
19 changed files with 560 additions and 129 deletions

View File

@@ -1,5 +1,22 @@
#ifndef SEFFECTSTATISTICS
#define SEFFECTSTATISTICS
#include "sutilclass.h"
int getReplyCount(const EffectData& _data);
int getlikeCount(const EffectData& _data);
int getViewCount(const EffectData& _data);
QString getViewBuzz(const EffectData& _data);
QString getReplyBuzz(const EffectData& _data);
#endif // SEFFECTSTATISTICS