Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qohospathutils_p.h File Reference

(ac99c4148329694abd8c96057a51edf3c64a449e)

#include <QtCore/qglobal.h>
#include <optional>
#include <string>
Include dependency graph for qohospathutils_p.h:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE Q_CORE_EXPORT std::optional< std::stringtryMapPathToOhosFileUri (const std::string &path)
Q_CORE_EXPORT std::optional< std::stringtryMapOhosFileUriToPath (const std::string &ohosFileUri)

Function Documentation

◆ tryMapOhosFileUriToPath()

Q_CORE_EXPORT std::optional< std::string > tryMapOhosFileUriToPath ( const std::string & ohosFileUri)

Definition at line 40 of file qohospathutils.cpp.

◆ tryMapPathToOhosFileUri()

QT_BEGIN_NAMESPACE Q_CORE_EXPORT std::optional< std::string > tryMapPathToOhosFileUri ( const std::string & path)

Definition at line 35 of file qohospathutils.cpp.