mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
refs #624 Some more occurrences of constexpr.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace BlackGui
|
||||
|
||||
public:
|
||||
//! Number of elements when to use asynchronous updates
|
||||
static const int asyncThreshold = 50;
|
||||
static constexpr int asyncThreshold = 50;
|
||||
|
||||
//! Destructor
|
||||
virtual ~CListModelBaseNonTemplate() {}
|
||||
|
||||
Reference in New Issue
Block a user