일괄처리 추가

platform_name = 'post', 'story', 'channel'일 경우 sns으로 변경


git-svn-id: svn://192.168.0.12/source@244 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-01-28 07:13:47 +00:00
parent 1ea6d6fd29
commit e0f305bcb6
11 changed files with 992 additions and 8 deletions

View File

@@ -25,9 +25,10 @@ public:
void SearchLength(int _nCatalogIndex,int _nCompIndex,int _nInsDelIndex,int _nLength);
void SearchReplace(int _nCatalogIndex,int _nReplaceFindIndex,int _nReplaceIndex,QString _strFind,QString _strReplace);
void SearchKeyword(QVector <SKeyword> _vecKeyword);
void Import(QVector <QByteArray> _vecImport);
void Export(QString _strFilename);
QTabWidget* GetCurrentTab() { return m_ptab; }
//void SearchCounter(int _nCatalogIndex,int _nCompIndex,int _nInsDelIndex,QString _strCounter);
private:
QTabWidget *m_ptab;