mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
[SpeedDial] Cleanup
This commit is contained in:
parent
bc028e8a83
commit
d5c7108f78
|
@ -8,7 +8,6 @@
|
|||
<file>html/copyright</file>
|
||||
<file>html/reportbug.html</file>
|
||||
<file>html/start.html</file>
|
||||
<file>html/box-border-small.png</file>
|
||||
<file>html/close.png</file>
|
||||
<file>html/edit.png</file>
|
||||
<file>html/speeddial.html</file>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB |
|
@ -293,7 +293,6 @@ QString QupZillaSchemeReply::speeddialPage()
|
|||
dPage.append(QzTools::readAllFileContents(":html/speeddial.html"));
|
||||
dPage.replace(QLatin1String("%FAVICON%"), QLatin1String("qrc:icons/qupzilla.png"));
|
||||
dPage.replace(QLatin1String("%IMG_PLUS%"), QLatin1String("qrc:html/plus.png"));
|
||||
dPage.replace(QLatin1String("%BOX-BORDER%"), QLatin1String("qrc:html/box-border-small.png"));
|
||||
dPage.replace(QLatin1String("%IMG_CLOSE%"), QLatin1String("qrc:html/close.png"));
|
||||
dPage.replace(QLatin1String("%IMG_EDIT%"), QLatin1String("qrc:html/edit.png"));
|
||||
dPage.replace(QLatin1String("%IMG_RELOAD%"), QLatin1String("qrc:html/reload.png"));
|
||||
|
|
Loading…
Reference in New Issue
Block a user