summaryrefslogtreecommitdiffstats
path: root/src/helper/remoteobjects/qifremoteobjectshelper.h
blob: 34733a429f4e919a618fe0533e642f90e59f3ba3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef QIFREMOTEOBJECTSHELPER_H
#define QIFREMOTEOBJECTSHELPER_H

#include <QtCore/QDir>
#include <QtCore/QFileInfo>

#include <QtIfRemoteObjectsHelper/qtifremoteobjectshelper_global.h>

QT_BEGIN_NAMESPACE

namespace QIfRemoteObjectsHelper {

Q_IFREMOTEOBJECTSHELPER_EXPORT QString buildDefaultUrl(const QString &url);

} // namespace QIfRemoteObjectsHelper

QT_END_NAMESPACE

#endif //QIFREMOTEOBJECTSHELPER_H