Add Google suggestions for web searches

Fix issues with push results
This commit is contained in:
Yeechan Lu
2014-03-27 16:56:50 +08:00
parent c8fcfcd28c
commit 9a2ffc1d7c
10 changed files with 249 additions and 18 deletions

View File

@@ -32,6 +32,6 @@ namespace Wox.Plugin
public Func<string, bool> ShellRun { get; set; }
public Action<List<Result>> PushResults { get; set; }
public Action<Query, List<Result>> PushResults { get; set; }
}
}