mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 18:26:26 +02:00
Removed extra line
This commit is contained in:
parent
fad71266a1
commit
ef89b8c386
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ ModelUploader::ModelUploader(bool isHead) :
|
||||||
_numberOfChecks(MAX_CHECK)
|
_numberOfChecks(MAX_CHECK)
|
||||||
{
|
{
|
||||||
connect(&_timer, SIGNAL(timeout()), SLOT(checkS3()));
|
connect(&_timer, SIGNAL(timeout()), SLOT(checkS3()));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ModelUploader::~ModelUploader() {
|
ModelUploader::~ModelUploader() {
|
||||||
|
|
Loading…
Reference in a new issue