Browse Source

Changed logo with better quality image

Signed-off-by: Blagovest Petrov <blagovest@petrovs.info>
pull/5/head
Blagovest Petrov 4 years ago
parent
commit
dd5ee1d949
  1. BIN
      Resources/logo.png
  2. 8
      fetchshowid.cpp
  3. 2
      fetchshowid.h

BIN
Resources/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 46 KiB

8
fetchshowid.cpp

@ -11,13 +11,5 @@ FetchShowID::FetchShowID()
//int FetchShowID::Fetch() {
// QNetworkAccessManager *manager = new QNetworkAccessManager(this);
// QObject::connect(manager, &QNetworkAccessManager::finished, this, [=](QNetworkReply *reply) {
// if (reply->error()) {
// qDebug() << reply->errorString();
// return;
// }
// QString answer = reply->readAll();
// }
//}

2
fetchshowid.h

@ -6,7 +6,7 @@ class FetchShowID
{
public:
FetchShowID();
// int FetchShowID::Fetch();
// int Fetch();
};
#endif // FETCHSHOWID_H

Loading…
Cancel
Save