src/hbcore/i18n/hbparameterlengthlimiter.cpp
changeset 30 80e4d18b72f5
parent 6 c3690ec91ef8
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    43                 for the argument e.g. %[10]2 would mean that the inserted QStrings maximum length is 10 characters and that the
    43                 for the argument e.g. %[10]2 would mean that the inserted QStrings maximum length is 10 characters and that the
    44                 limited argument is the second argument to be inserted.
    44                 limited argument is the second argument to be inserted.
    45         - %Lx   for inserting numbers, x is used to indicate argument inserting order.
    45         - %Lx   for inserting numbers, x is used to indicate argument inserting order.
    46 
    46 
    47     Example of how to use HbParameterLengthLimiter:
    47     Example of how to use HbParameterLengthLimiter:
    48     \snippet{unittest_HbParameterLengthLimiter/unittest_HbParameterLengthLimiter.cpp,1}
    48     \snippet{unittest_hbparameterlengthlimiter/unittest_hbparameterlengthlimiter.cpp,1}
    49 
    49 
    50 */
    50 */
    51 
    51 
    52 /*!
    52 /*!
    53     Constructs a HbParameterLengthLimiter with \a HbParameterLengthLimiter.
    53     Constructs a HbParameterLengthLimiter with \a HbParameterLengthLimiter.