sns 처리 수정

filter 처리 수정 

git-svn-id: svn://192.168.0.12/source@315 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-11-18 10:07:36 +00:00
parent 4e6aead7b3
commit f7c4ad21b9
14 changed files with 35 additions and 22 deletions

View File

@@ -11,6 +11,7 @@ class STimer;
class SLogWidget;
class SEffectLogic;
class SRunningProcess;
class SErrorSender;
namespace Ui {
class Widget;
@@ -38,6 +39,7 @@ private:
STimer *m_pTimer;
SEffectLogic *m_pLogic;
SRunningProcess* m_pProcess;
SErrorSender* m_pErrorSender;
};
#endif // WIDGET_H