Always prefer constexpr when possible
This commit is contained in:
committed by
Bennett Anderson
parent
11ea7fcb71
commit
f9db19e91c
@@ -144,7 +144,7 @@ private:
|
||||
|
||||
QTimer decoder_clear_timer_;
|
||||
|
||||
static const int kDecoderMaximumInactivity;
|
||||
static constexpr auto kDecoderMaximumInactivity = 10000;
|
||||
|
||||
private slots:
|
||||
void ClearOldDecoders();
|
||||
|
||||
Reference in New Issue
Block a user