mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #624 Some more occurrences of constexpr.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace BlackGui
|
||||
|
||||
public:
|
||||
//! Number of models which can be published at once
|
||||
static const int MaxModelPublished = 1000;
|
||||
static constexpr int MaxModelPublished = 1000;
|
||||
|
||||
//! Constructor
|
||||
explicit CDbStashComponent(QWidget *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user