mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
UI/Qt: Clean up some manual forward declarations
Several are unused, and there's certainly no need for the `using` declaration.
This commit is contained in:
parent
171937cc72
commit
95dca6c787
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
namespace Ladybird {
|
||||
|
||||
class Tab;
|
||||
class WebContentView;
|
||||
|
||||
class BrowserWindow : public QMainWindow {
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
namespace Ladybird {
|
||||
|
||||
class Tab;
|
||||
class WebContentView;
|
||||
|
||||
class FindInPageWidget final : public QWidget {
|
||||
|
|
|
|||
|
|
@ -27,22 +27,10 @@
|
|||
#include <QWidget>
|
||||
|
||||
class QKeyEvent;
|
||||
class QLineEdit;
|
||||
class QSinglePointEvent;
|
||||
class QTextEdit;
|
||||
|
||||
namespace WebView {
|
||||
|
||||
class WebContentClient;
|
||||
|
||||
}
|
||||
|
||||
using WebView::WebContentClient;
|
||||
|
||||
namespace Ladybird {
|
||||
|
||||
class Tab;
|
||||
|
||||
struct WebContentViewInitialState {
|
||||
double maximum_frames_per_second { 60.0 };
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user