1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Change blank tab url to empty QUrl()

This commit is contained in:
David Rosca 2017-02-07 10:41:58 +01:00
parent 5873ed48fd
commit da8e9732f7

View File

@ -851,7 +851,7 @@ void Preferences::saveSettings()
switch (ui->newTab->currentIndex()) {
case 0:
settings.setValue("newTabUrl", QUrl(QSL("about:blank")));
settings.setValue("newTabUrl", QUrl());
break;
case 1: