aboutsummaryrefslogtreecommitdiff
path: root/lib/uri.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uri.h')
-rw-r--r--lib/uri.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/uri.h b/lib/uri.h
index 270766dd..78cd27c8 100644
--- a/lib/uri.h
+++ b/lib/uri.h
@@ -1,3 +1,6 @@
+// SPDX-FileCopyrightText: 2020 Kitsune Ral <kitsune-ral@users.sf.net>
+// SPDX-License-Identifier: LGPL-2.1-or-later
+
#pragma once
#include "quotient_common.h"
@@ -20,7 +23,7 @@ namespace Quotient {
* its type, and obtain components, also in either unencoded (for displaying)
* or encoded (for APIs) form.
*/
-class Uri : private QUrl {
+class QUOTIENT_API Uri : private QUrl {
Q_GADGET
public:
enum Type : char {