mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Formatting
This commit is contained in:
@@ -66,10 +66,10 @@ namespace BlackGui
|
||||
//! Remove the * wildcards
|
||||
QString stripWildcard(const QString &value) const;
|
||||
|
||||
bool m_valid = false; //!< is filter valid
|
||||
bool m_valid = false; //!< is filter valid?
|
||||
|
||||
private:
|
||||
bool m_enabled = true;
|
||||
bool m_enabled = true; //!< is filter enabled?
|
||||
};
|
||||
|
||||
//! Model filter interface for those who can generate such a filter (e.g. a widget or dialog)
|
||||
|
||||
Reference in New Issue
Block a user