~unity-team/unity-scopes-api/vivid+overlay

« back to all changes in this revision

Viewing changes to include/unity/scopes/internal/JsonSettingsSchema.h

  • Committer: Bileto Bot
  • Date: 2016-06-17 07:26:56 UTC
  • mfrom: (261.1.63 staging)
  • Revision ID: ci-train-bot@canonical.com-20160617072656-77rdmip6ibxac47s
* Got rid of category header background, as per design (Bug #1446216).
* Re-enabled license/copyright test for xenial+.
* Removed libjson-cpp and replaced with json-glib based implementation (Bug #1360247).
* Fixed Yakkety build.
* No-change rebuild.
* No-change rebuild of latest xenial trunk against current archive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    void add_location_setting() override;
50
50
 
51
51
private:
52
 
    JsonSettingsSchema(std::string const& ini_file);
 
52
    JsonSettingsSchema(std::string const& json_string);
53
53
 
54
54
    JsonSettingsSchema();
55
55