Skip to content

Commit

Permalink
download shell fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gantolini committed Nov 4, 2020
1 parent d63da62 commit 6054586
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dbMeteoPoints/download.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "download.h"

#include <QtNetwork>
#include <QDebug>


const QByteArray Download::_authorization = QString("Basic " + QString("ugo:Ul1ss&").toLocal8Bit().toBase64()).toLocal8Bit();
Expand All @@ -13,7 +12,6 @@ Download::Download(QString dbName, QObject* parent) : QObject(parent)

Download::~Download()
{
qDebug() << "download obj destruction";
delete _dbMeteo;
}

Expand Down

0 comments on commit 6054586

Please sign in to comment.