diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-04 18:47:15 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-04 18:47:18 +0530 |
| commit | 8eda8343757b2161535388387b0525e0fd56f569 (patch) | |
| tree | 3e027aac8cb03bffb598b6d6abf31671a2637ab1 /src/widgets/BrowserWindow.hpp | |
| parent | 8433630d1f315d1b66e8dd8f914c1fb73dade9ae (diff) | |
| download | null-browser-8eda8343757b2161535388387b0525e0fd56f569.tar.gz null-browser-8eda8343757b2161535388387b0525e0fd56f569.zip | |
Open new window on new window/dialog request
Diffstat (limited to '')
| -rw-r--r-- | src/widgets/BrowserWindow.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/BrowserWindow.hpp b/src/widgets/BrowserWindow.hpp index 4865ec9..db3c181 100644 --- a/src/widgets/BrowserWindow.hpp +++ b/src/widgets/BrowserWindow.hpp @@ -12,7 +12,8 @@ class BrowserWindow : public QMainWindow { Q_OBJECT public: - BrowserWindow(const Configuration &configuration); + BrowserWindow(const Configuration &configuration, + const QString &start_url = ""); DEFINE_GETTER(mediator, win_mediator) DEFINE_GETTER(get_id, win_id) |
