Пример #1
0
static int qobject_dumpobjecttree(lua_State *L)
{
  QObject *w = luaQ_checkqobject<QObject>(L, 1);
  w->dumpObjectTree();
  return 0;
}