~alecu/unity-scope-click/in-progress

« back to all changes in this revision

Viewing changes to libclickscope/click/preview.h

  • Committer: Tarmac
  • Author(s): Alejandro J. Cura
  • Date: 2014-08-20 13:45:38 UTC
  • mfrom: (410.2.1 fix-static-translations)
  • Revision ID: tarmac-20140820134538-xrx61jge5o11nvtm
Do not use static const strings for translations. Fixes: https://bugs.launchpad.net/bugs/1354501.

Approved by Diego Sarmentero, Pawel Stolowski, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
 
127
127
    virtual void cancelled();
128
128
    virtual void run(unity::scopes::PreviewReplyProxy const& reply) = 0;
129
 
    static const std::string INFO_LABEL;
130
 
    static const std::string UPDATES_LABEL;
131
 
    static const std::string WHATS_NEW_LABEL;
132
129
protected:
133
130
    virtual void populateDetails(std::function<void(const PackageDetails &)> details_callback,
134
131
                                 std::function<void(const click::ReviewList&,