~jpakkane/indicator-network/grace

« back to all changes in this revision

Viewing changes to src/notify-cpp/snapdecision/sim-unlock.h

  • Committer: CI bot
  • Author(s): Antti Kaijanmäki
  • Date: 2014-08-20 22:31:11 UTC
  • mfrom: (383.2.21 connectivity-service-bindings)
  • Revision ID: ps-jenkins@lists.canonical.com-20140820223111-d13s2alyuufv1gg0
Connectivity Service Qt and QML bindings. Fixes: 1341548
Approved by: Antti Kaijanmäki, Jussi Pakkanen, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
    typedef std::shared_ptr<SimUnlock> Ptr;
38
38
 
39
 
    SimUnlock(const std::string &title = "",
 
39
    explicit SimUnlock(const std::string &title = "",
40
40
              const std::string &body = "",
41
41
              std::pair<std::uint8_t, std::uint8_t> pinMinMax = {0, -0});
42
42
    ~SimUnlock();