Esempio n. 1
0
int TextCharFormat::anchorName(lua_State * L) // const : QString
{
	QTextCharFormat* lhs = ValueInstaller2<QTextCharFormat>::check( L, 1 );
	lua_pushstring(L, lhs->anchorName().toLatin1() );
	return 1;
}