dictionary 추가
git-svn-id: svn://192.168.0.12/source@95 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -55,6 +55,7 @@ private:
|
||||
int m_nPosDate;
|
||||
int m_nPosBody;
|
||||
int m_nPosTitle;
|
||||
int m_nPosPlatformTitle;
|
||||
QMutex *mutex;
|
||||
SAnaly1 *pWidget;
|
||||
QTabWidget *m_pTabWidget;
|
||||
@@ -88,6 +89,7 @@ public:
|
||||
void setPosDate(const int _nPos);
|
||||
void setPosBody(const int _nPos);
|
||||
void setPosTitle(const int _nPos);
|
||||
void setPosPlatformTitle(const int _nPos);
|
||||
QString getWeeksInMonth(unsigned int _nDate);
|
||||
void setAnalyzerThread(QMutex &_mutex, int number, int &_nCount);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user