~stolowski/unity-scope-mediascanner/use-buffered-forwarder-api

« back to all changes in this revision

Viewing changes to src/videoaggregator/videoaggregatorquery.cpp

  • Committer: CI bot
  • Author(s): James Henstridge
  • Date: 2014-10-13 12:00:45 UTC
  • mfrom: (177.2.16 click-support)
  • Revision ID: ps-jenkins@lists.canonical.com-20141013120045-d7bd9poj72au5672
Reorganise package and update build rules to support building scopes as click packages.  Also update icons to the latest versions from design. Fixes: 1380586
Approved by: Pawel Stolowski, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <unity/scopes/CannedQuery.h>
29
29
#include <unity/scopes/SearchReply.h>
30
30
 
31
 
#include "i18n.h"
 
31
#include "../utils/i18n.h"
32
32
#include "videoaggregatorquery.h"
33
 
#include "resultforwarder.h"
34
 
#include "bufferedresultforwarder.h"
 
33
#include "../utils/resultforwarder.h"
 
34
#include "../utils/bufferedresultforwarder.h"
35
35
 
36
36
using namespace unity::scopes;
37
37