Eagerly initialise TagReaderClient

This commit is contained in:
John Maguire 2016-02-12 12:07:05 +00:00
parent 86a6345995
commit 0cf83b19ee
1 changed files with 3 additions and 0 deletions

View File

@ -118,6 +118,9 @@ Application::Application(QObject* parent)
// crash when a client connects before the manager is initialized!
network_remote_helper_.get();
library_->Init();
// TODO(John Maguire): Make this not a weird singleton.
tag_reader_client_.get();
}
Application::~Application() {