Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqnxservices.cpp
Go to the documentation of this file.
1// Copyright (C) 2011 - 2012 Research In Motion
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include "qqnxservices.h"
5
7
9
11 : m_navigator(navigator)
12{
13}
14
18
20{
21 return navigatorInvoke(url);
22}
23
25{
26 return navigatorInvoke(url);
27}
28
29bool QQnxServices::navigatorInvoke(const QUrl &url)
30{
31 return m_navigator->invokeUrl(url);
32}
33
bool invokeUrl(const QUrl &url)
QQnxServices(QQnxAbstractNavigator *navigator)
bool openUrl(const QUrl &url) override
bool openDocument(const QUrl &url) override
\inmodule QtCore
Definition qurl.h:94
Combined button and popup list for selecting options.
QUrl url("example.com")
[constructor-url-reference]