mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-29 01:20:32 +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) {
|
||||
// Create new WebBrowser.
|
||||
WebBrowser *browser = new WebBrowser(this);
|
||||
browser->setupIcons();
|
||||
|
||||
int final_index;
|
||||
|
||||
if (move_after_current) {
|
||||
|
@ -75,7 +75,9 @@ WebBrowser::WebBrowser(QWidget *parent)
|
||||
|
||||
createConnections();
|
||||
initializeZoomWidget();
|
||||
setupIcons();
|
||||
|
||||
// NOTE: Not needed here probably.
|
||||
//setupIcons();
|
||||
}
|
||||
|
||||
void WebBrowser::initializeZoomWidget() {
|
||||
|
Loading…
Reference in New Issue
Block a user