~ci-train-bot/ubuntu-app-launch/ubuntu-app-launch-ubuntu-zesty-2576.1

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/application-impl-click.h

  • Committer: Bileto Bot
  • Author(s): Ted Gould
  • Date: 2017-02-15 15:09:51 UTC
  • mfrom: (274.2.17 zg-ordering)
  • Revision ID: ci-train-bot@canonical.com-20170215150951-r736n25rz2vlg68t
Provide a popularity info item and a signal for info updating

Approved by: Charles Kerr

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
    virtual std::shared_ptr<Application::Instance> findInstance(const std::string& instanceid) override;
80
80
 
 
81
    static std::shared_ptr<info_watcher::Base> createInfoWatcher(const std::shared_ptr<Registry>& reg);
 
82
 
81
83
private:
82
84
    AppID _appid;
83
85