mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
Ref T442, column formatter utility functions
This commit is contained in:
@@ -45,6 +45,12 @@ namespace BlackGui
|
||||
//! Virtual destructor
|
||||
virtual ~CDefaultFormatter() {}
|
||||
|
||||
//! Copy constructor
|
||||
CDefaultFormatter(const CDefaultFormatter &) = default;
|
||||
|
||||
//! Copy assignment operator
|
||||
CDefaultFormatter &operator =(const CDefaultFormatter &) = default;
|
||||
|
||||
//! Flags
|
||||
virtual Qt::ItemFlags flags(Qt::ItemFlags flags, bool editable) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user