refs #624 Some more occurrences of constexpr.

This commit is contained in:
Mathew Sutcliffe
2016-03-20 21:54:04 +00:00
parent 6f1cf8e3d7
commit a1861c69f0
10 changed files with 16 additions and 16 deletions

View File

@@ -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);