Exemplo n.º 1
0
void QSslKeyProto::clear()
{
  QSslKey *item = qscriptvalue_cast<QSslKey*>(thisObject());
  if (item)
    item->clear();
}