필요없는 것 지우기

git-svn-id: svn://192.168.0.12/source@101 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2015-05-08 05:41:32 +00:00
parent e30ececddb
commit d461a129ee
2 changed files with 6 additions and 14 deletions

View File

@@ -413,16 +413,6 @@ void Widget::InsertFilterProcess(int _nProcessType)
FilterProcssRefresh(strSelect);
}
void Widget::on_start()
{
}
void Widget::on_stop()
{
}
void Widget::on_load()
{
InsertFilterProcess(E_PROCSS_TYPE_LOAD);
@@ -525,12 +515,16 @@ void Widget::FilterProcssRefresh(QString _strGroupID)
str += "]";
break;
case E_PROCSS_TYPE_INFLUENCE_COUNT:
str += "Influence Count and Send : Company [";
str += "Influence Count filter [" ;
str += query.value(5).toString();
str += "] and Send : Company [";
str += query.value(6).toString();
str += "]";
break;
case E_PROCSS_TYPE_SPAMMERS_COUNT:
str += "Spammers Count and Send : Company [";
str += "Spammers Count filter [" ;
str += query.value(5).toString();
str += "] and Send : Company [";
str += query.value(6).toString();
str += "]";
break;

View File

@@ -46,8 +46,6 @@ private slots:
void CompanyItemChanged(QListWidgetItem*,QListWidgetItem* _prev = 0);
void FilterProcessGroupClicked(QListWidgetItem*);
void on_load();
void on_start();
void on_stop();
void on_refresh();
void on_category();
void on_send();