Always prefer constexpr when possible
This commit is contained in:
committed by
Bennett Anderson
parent
11ea7fcb71
commit
f9db19e91c
@@ -35,9 +35,7 @@
|
||||
#include "window/mainwindow/mainwindow.h"
|
||||
|
||||
namespace olive {
|
||||
|
||||
RenderManager* RenderManager::instance_ = nullptr;
|
||||
const int RenderManager::kDecoderMaximumInactivity = 10000;
|
||||
|
||||
RenderManager::RenderManager(QObject *parent) :
|
||||
ThreadPool(0, parent), backend_(kOpenGL)
|
||||
|
||||
Reference in New Issue
Block a user