1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:57:35 +00:00

Ladybird: Use Browser's History.{cpp,h}

There are no custom changes for Ladybird in the current copies of those
files, so we just need to ensure to keep Ladybird up to date for any
changes made upstream.
This commit is contained in:
Linus Groh 2022-10-22 23:42:00 +02:00 committed by Andrew Kaster
parent c91978baa6
commit 11b730fccb
5 changed files with 3 additions and 127 deletions

View file

@ -7,9 +7,9 @@
#include "Tab.h"
#include "BrowserWindow.h"
#include "History.h"
#include "Settings.h"
#include "Utilities.h"
#include <Browser/History.h>
#include <QCoreApplication>
#include <QFont>
#include <QFontMetrics>