Skip to content

Commit

Permalink
fix: ensure REUSE compliance
Browse files Browse the repository at this point in the history
Log:
  • Loading branch information
BLumia committed Nov 22, 2023
1 parent 41515a6 commit c227262
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/models/multipagesortfilterproxymodel.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.
//
// SPDX-License-Identifier: GPL-3.0-or-later

#include "multipagesortfilterproxymodel.h"

#include <QDebug>
Expand Down
4 changes: 4 additions & 0 deletions src/models/multipagesortfilterproxymodel.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.
//
// SPDX-License-Identifier: GPL-3.0-or-later

#pragma once

#include <QSortFilterProxyModel>
Expand Down

0 comments on commit c227262

Please sign in to comment.