diff options
Diffstat (limited to 'src/webengine/webengineprofile.h')
-rw-r--r-- | src/webengine/webengineprofile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webengine/webengineprofile.h b/src/webengine/webengineprofile.h index 54b2a56..63a97a4 100644 --- a/src/webengine/webengineprofile.h +++ b/src/webengine/webengineprofile.h @@ -41,4 +41,6 @@ private: QUrl m_newtab = QUrl("about:blank"); }; +[[nodiscard]] WebEngineProfile *createProfile(const QString &name, const QString &path, QObject *parent); + #endif // WEBENGINEPROFILE_H |