refactor: Fix clang-tidy warnings

This commit is contained in:
Lars Toenning
2024-12-28 17:03:53 +01:00
parent 74e545be37
commit 88ec24bfb4
2 changed files with 1 additions and 2 deletions

View File

@@ -303,7 +303,6 @@ namespace swift::misc
//! Mutex protecting operations which are critical on m_elements.
mutable QRecursiveMutex m_mutex;
protected:
//! Synchronously return a current value.
//! \threadsafe
CVariant getValueSync(const QString &key) { return std::get<0>(getValue(key)); }