mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove the explicitly abstract
This commit is contained in:
parent
ab7d00eacc
commit
6bbedbaaa1
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ namespace Flow.Launcher.Plugin
|
|||
/// <param name="query">Query to search</param>
|
||||
/// <param name="token">Cancel when querying job is obsolete</param>
|
||||
/// <returns></returns>
|
||||
abstract Task<List<Result>> QueryAsync(Query query, CancellationToken token);
|
||||
Task<List<Result>> QueryAsync(Query query, CancellationToken token);
|
||||
|
||||
/// <summary>
|
||||
/// Initialize plugin asynchrously (will still wait finish to continue)
|
||||
|
|
|
|||
Loading…
Reference in a new issue