~indicator-applet-developers/indicator-network/trunk

« back to all changes in this revision

Viewing changes to src/menumodel-cpp/menu-item.h

  • Committer: Bileto Bot
  • Date: 2016-12-05 18:15:51 UTC
  • mfrom: (648.1.3 trunk)
  • Revision ID: ci-train-bot@canonical.com-20161205181551-tfcpj61fmbj17ik7
* Add ethernet support to indicator (and NM dbus template).
* Switch to common active connection interface throughout the codebase.
* Re-enable tests on all arches except powerpc, ppc64el, s390x.
* Fix Wi-Fi widget visibility.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
 
75
75
    void setAction(const QString &value);
76
76
 
 
77
    void setActionAndTargetValue(const QString &value, const Variant& target);
 
78
 
77
79
    void setAttribute(const QString &attribute,
78
80
                      Variant value);
79
81