libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
networksettings.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2017 Kitsune Ral <kitsune-ral@users.sf.net>
2// SPDX-License-Identifier: LGPL-2.1-or-later
3
4#pragma once
5
6#include "settings.h"
7
8#include <QtNetwork/QNetworkProxy>
9
10Q_DECLARE_METATYPE(QNetworkProxy::ProxyType)
11
12namespace Quotient {
19public:
20 explicit NetworkSettings() : SettingsGroup(u"Network"_s) {}
21
23};
24} // namespace Quotient
#define QUOTIENT_API
#define QUO_DECLARE_SETTING(type, propname, setter)
Definition settings.h:121