mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Fixed Duplicate tab feature. Regression from previous commit.
This commit is contained in:
parent
efab78ae5e
commit
9042e7860d
|
@ -475,7 +475,7 @@ int TabWidget::duplicateTab(int index)
|
|||
|
||||
int id = addView(req, tabText(index), Qz::NT_CleanNotSelectedTab);
|
||||
QDataStream historyStream(history);
|
||||
historyStream >> *view->history();
|
||||
historyStream >> *weTab(id)->history();
|
||||
|
||||
return id;
|
||||
}
|
||||
|
|
|
@ -18,4 +18,3 @@ void WebViewSettings::loadSettings()
|
|||
|
||||
settings.endGroup();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user