~faenil/ubuntu-ui-toolkit/scrollbar_moreHoverFixesAndTests

« back to all changes in this revision

Viewing changes to src/Ubuntu/UbuntuToolkit/ucargument.cpp

  • Committer: Andrea Bernabei
  • Date: 2016-07-07 15:21:03 UTC
  • mfrom: (1903.1.124 staging)
  • Revision ID: andrea.bernabei@canonical.com-20160707152103-eaz1u4zpnyhlacwf
merge staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
#include "ucargument.h"
20
20
 
 
21
UT_NAMESPACE_BEGIN
21
22
/*!
22
23
 * \qmltype Argument
23
 
 * \instantiates UCArgument
24
 
 * \inqmlmodule Ubuntu.Components 1.1
 
24
 * \inqmlmodule Ubuntu.Components
25
25
 * \ingroup ubuntu-commandline
26
26
 * \brief The Argument class specifies what type a given command line parameter should be.
27
27
 *
201
201
        return QVariant();
202
202
    }
203
203
}
 
204
 
 
205
UT_NAMESPACE_END