We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592f118 commit 31a95d6Copy full SHA for 31a95d6
crates/cxx-qt-lib/src/core/qflags/repr.rs
@@ -1,3 +1,8 @@
1
+// SPDX-FileCopyrightText: 2025 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
2
+// SPDX-FileContributor: Joshua Booth <joshua.n.booth@gmail.com>
3
+//
4
+// SPDX-License-Identifier: MIT OR Apache-2.0
5
+
6
use std::fmt::Debug;
7
use std::hash::Hash;
8
use std::ops::{BitAnd, BitAndAssign, BitOr, BitOrAssign, BitXor, BitXorAssign, Not};
0 commit comments