Esempio n. 1
0
///
//  Get the line length used for splitting lines.
size_t QmlZarmour::lineLength () {
    return zarmour_line_length (self);
};
Esempio n. 2
0
///
//  Get the line length used for splitting lines.
size_t QZarmour::lineLength ()
{
    size_t rv = zarmour_line_length (self);
    return rv;
}