public QWebHistoryItem(QWebHistoryItem other) : this((Type) null) { CreateProxy(); interceptor.Invoke("QWebHistoryItem#", "QWebHistoryItem(const QWebHistoryItem&)", typeof(void), typeof(QWebHistoryItem), other); }
public QWebHistoryItem(QWebHistoryItem other) : this((Type)null) { CreateProxy(); interceptor.Invoke("QWebHistoryItem#", "QWebHistoryItem(const QWebHistoryItem&)", typeof(void), typeof(QWebHistoryItem), other); }
public void GoToItem(QWebHistoryItem item) { interceptor.Invoke("goToItem#", "goToItem(const QWebHistoryItem&)", typeof(void), typeof(QWebHistoryItem), item); }