~larryprice/ubuntu-app-launch/better-icon-themes

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/application-impl-legacy.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:
79
79
 
80
80
    virtual std::shared_ptr<Application::Instance> findInstance(const std::string& instanceid) override;
81
81
 
 
82
    static std::shared_ptr<info_watcher::Base> createInfoWatcher(const std::shared_ptr<Registry>& reg);
 
83
 
82
84
private:
83
85
    AppID::AppName _appname;
84
86
    std::string _basedir;