diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-05 10:33:38 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-05 10:34:22 +0530 |
| commit | 7e09b35b008f58809ac56184a4f83ab875c038e0 (patch) | |
| tree | 3f7acdb64d2b063760fa22529826aa418e249750 /src/widgets/BrowserApp.hpp | |
| parent | 8eda8343757b2161535388387b0525e0fd56f569 (diff) | |
| download | null-browser-7e09b35b008f58809ac56184a4f83ab875c038e0.tar.gz null-browser-7e09b35b008f58809ac56184a4f83ab875c038e0.zip | |
Add instance manager for enforcing single instance
Diffstat (limited to 'src/widgets/BrowserApp.hpp')
| -rw-r--r-- | src/widgets/BrowserApp.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/BrowserApp.hpp b/src/widgets/BrowserApp.hpp index b20d710..1b8fdcf 100644 --- a/src/widgets/BrowserApp.hpp +++ b/src/widgets/BrowserApp.hpp @@ -8,7 +8,7 @@ class BrowserApp : public QObject { public: BrowserApp(); - BrowserWindow *create_window(const QString &url = ""); + BrowserWindow *create_window(const QStringList &urls = {}); protected: bool eventFilter(QObject *target, QEvent *event) override; |
