mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 20:25:34 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
a520145a6a
commit
7beed0225c
@@ -44,7 +44,7 @@ namespace BlackGui
|
||||
using ObjectType = typename T::value_type;
|
||||
|
||||
//! Destructor
|
||||
virtual ~CListModelBase() {}
|
||||
virtual ~CListModelBase() override {}
|
||||
|
||||
//! \name Functions from QStandardItemModel
|
||||
//! @{
|
||||
@@ -222,4 +222,5 @@ namespace BlackGui
|
||||
} // namespace
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user