effectprocess 추가

git-svn-id: svn://192.168.0.12/source@305 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-10-27 10:11:49 +00:00
parent 0b075003a4
commit 6d62c97b54
31 changed files with 2417 additions and 27 deletions

View File

@@ -0,0 +1,19 @@
#ifndef SNAVERBLOGEFFECT
#define SNAVERBLOGEFFECT
#include "seffectprocess.h"
#include <memory>
#include <QWebPage>
#include "sresultsender.h"
class SNaverBlogEffectProcess: public SEffectProcess
{
Q_OBJECT
private:
std::shared_ptr<QWebPage> m_pWebPage;
std::shared_ptr<SResultSender> m_pResultSender;
};
#endif // SNAVERBLOGEFFECT