일괄처리 추가
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user