~jpakkane/+junk/clickhack

« back to all changes in this revision

Viewing changes to src/qtscopequery.h

  • Committer: Jussi Pakkanen
  • Date: 2014-01-29 08:07:44 UTC
  • Revision ID: jussi.pakkanen@canonical.com-20140129080744-mwdpkt1xqj9k3b2l
A few fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
private:
19
19
    QString query;
20
20
    unity::scopes::SearchReplyProxy proxy;
 
21
    bool started;
21
22
};
22
23
 
23
24