mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refactor: Fix clang-tidy warnings
This commit is contained in:
@@ -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)); }
|
||||
|
||||
Reference in New Issue
Block a user