Comment 1 for bug 1261493

Revision history for this message
k bashar (k.bashar) wrote :

i am trying to fix(implement) this.
i have found three classes having "search" in name.
wsearchlineedit
searchquery
searchqueryparser

i see the emit() But i have no clue where these signals of wsearchlineedit class is called i mean where is the slot of them implemented.
 void search(const QString& text);
 void searchCleared();
 void searchStarting();

i need to know at least an aproch you would take if you are in this same situation(well you won't be if you aren't a new commer like me :) ) to find them.