mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-04-10 06:11:54 +10:00
build: fix new clang-tidy lints
This commit is contained in:
parent
0a36e3ed40
commit
1552aca3df
12 changed files with 84 additions and 378 deletions
|
|
@ -29,7 +29,7 @@ struct StringLiteral16 {
|
|||
}
|
||||
|
||||
[[nodiscard]] constexpr const QChar* qCharPtr() const noexcept {
|
||||
return std::bit_cast<const QChar*>(&this->value);
|
||||
return std::bit_cast<const QChar*>(&this->value); // NOLINT
|
||||
}
|
||||
|
||||
[[nodiscard]] Q_ALWAYS_INLINE operator QString() const noexcept {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue