~aacid/ubuntu-ui-toolkit/nonsquareicons

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/plugin/ucaction.cpp

  • Committer: Tarmac
  • Author(s): Christian Dywan
  • Date: 2014-12-03 12:14:10 UTC
  • mfrom: (1352.3.1 uut.staging)
  • Revision ID: tarmac-20141203121410-myi6g0ztt84boceb
Change offending links into bold font. Fixes: https://bugs.launchpad.net/bugs/1395011.

Approved by PS Jenkins bot, Timo Jyrinki.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 *
29
29
 * Actions can be used to define a specific task to be executed in different
30
30
 * contexts using different components. The same action can be assigned to
31
 
 * a \l Button, a \l Checkbox or even a \l TextField. The \l triggered signal
32
 
 * is emitted depending on the component. \l Button and \l CheckBox for instance
 
31
 * a \l Button, a \b Checkbox or even a \l TextField. The \l triggered signal
 
32
 * is emitted depending on the component. \l Button and \b CheckBox for instance
33
33
 * emits the signal when clicked, whereas \l TextField emits the signal when
34
34
 * its accepted signal is triggered.
35
35
 *