Upstream tarball 9756
[amule.git] / cocoa-mule / SearchViewController.mm
bloba8da2b0cb28902712e522db01baf31c67cdd4334
1 #import "SearchViewController.h"
3 @implementation SearchViewController
5 - (IBAction)startSearch:(id)sender {
6     
9 - (void)linkAmuleData:(amuleData *)amuledata {
10         m_amuledata = amuledata;
11         m_fileset = m_amuledata.search_resuls;
12         [amuledata.search_resuls setGuiController:self];
15 @end