mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-01 02:48:05 +01:00
a
This commit is contained in:
parent
5b506032ec
commit
ebd175ba86
@ -191,6 +191,8 @@ int TabWidget::addBrowser(bool move_after_current,
|
|||||||
const QUrl &initial_url) {
|
const QUrl &initial_url) {
|
||||||
// Create new WebBrowser.
|
// Create new WebBrowser.
|
||||||
WebBrowser *browser = new WebBrowser(this);
|
WebBrowser *browser = new WebBrowser(this);
|
||||||
|
browser->setupIcons();
|
||||||
|
|
||||||
int final_index;
|
int final_index;
|
||||||
|
|
||||||
if (move_after_current) {
|
if (move_after_current) {
|
||||||
|
@ -75,7 +75,9 @@ WebBrowser::WebBrowser(QWidget *parent)
|
|||||||
|
|
||||||
createConnections();
|
createConnections();
|
||||||
initializeZoomWidget();
|
initializeZoomWidget();
|
||||||
setupIcons();
|
|
||||||
|
// NOTE: Not needed here probably.
|
||||||
|
//setupIcons();
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebBrowser::initializeZoomWidget() {
|
void WebBrowser::initializeZoomWidget() {
|
||||||
|
Loading…
Reference in New Issue
Block a user