diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-07 05:57:56 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-07 05:57:56 +0100 |
commit | c03f716e8bfdf4d8e96bec2ee1abb9831ec15cab (patch) | |
tree | ea100e0374750dabe426832d55a5901de575b852 /resources/qml/MatrixText.qml | |
parent | Show mxid on hovering username (diff) | |
download | nheko-c03f716e8bfdf4d8e96bec2ee1abb9831ec15cab.tar.xz |
Fix conflict between qmlformat and license check
Diffstat (limited to 'resources/qml/MatrixText.qml')
-rw-r--r-- | resources/qml/MatrixText.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/MatrixText.qml b/resources/qml/MatrixText.qml index 073956f4..dfe7122d 100644 --- a/resources/qml/MatrixText.qml +++ b/resources/qml/MatrixText.qml @@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: 2021 Nheko Contributors +// // SPDX-License-Identifier: GPL-3.0-or-later import QtQuick 2.5 |