userguide/inc/BrowserWrapper.h
changeset 23 99b096216bc8
parent 13 1eb8015a8491
child 31 c91c3c86f666
equal deleted inserted replaced
18:375271912456 23:99b096216bc8
    33 
    33 
    34 public:
    34 public:
    35 	void init();
    35 	void init();
    36 	
    36 	
    37 public:
    37 public:
    38 	void setHtml(const QString& html, const QUrl& baseUrl);
    38 	void setHtml(const QString& html, const QUrl& url);
    39 	void clearHistory();
    39 	void clearHistory();
    40 	bool canGoBack();
    40 	bool canGoBack();
    41 	void back();
    41 	void back();
    42 	
    42 	
    43 signals:
    43 signals: