Beispiel #1
0
///
//  Get the padding character.
char QmlZarmour::padChar () {
    return zarmour_pad_char (self);
};
Beispiel #2
0
///
//  Get the padding character.
char QZarmour::padChar ()
{
    char rv = zarmour_pad_char (self);
    return rv;
}