mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
Ladybird/Qt: Remove the standalone JavaScript console
This commit is contained in:
parent
b385a44f6f
commit
c4daaa9902
7 changed files with 2 additions and 223 deletions
|
@ -22,7 +22,6 @@
|
|||
namespace Ladybird {
|
||||
|
||||
class BrowserWindow;
|
||||
class ConsoleWidget;
|
||||
class InspectorWidget;
|
||||
|
||||
class Tab final : public QWidget {
|
||||
|
@ -51,9 +50,6 @@ public:
|
|||
HoveredElement
|
||||
};
|
||||
void show_inspector_window(InspectorTarget = InspectorTarget::Document);
|
||||
void show_console_window();
|
||||
|
||||
Ladybird::ConsoleWidget* console() { return m_console_widget; }
|
||||
|
||||
public slots:
|
||||
void focus_location_editor();
|
||||
|
@ -113,8 +109,6 @@ private:
|
|||
|
||||
bool m_is_history_navigation { false };
|
||||
|
||||
Ladybird::ConsoleWidget* m_console_widget { nullptr };
|
||||
OwnPtr<QMenu> m_console_context_menu;
|
||||
Ladybird::InspectorWidget* m_inspector_widget { nullptr };
|
||||
|
||||
QPointer<QDialog> m_dialog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue