effectprocess 추가
git-svn-id: svn://192.168.0.12/source@306 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user