diff --git a/Resources/logo.png b/Resources/logo.png index e4b671d..b24eb0e 100644 Binary files a/Resources/logo.png and b/Resources/logo.png differ diff --git a/fetchshowid.cpp b/fetchshowid.cpp index d283b9d..93b440e 100644 --- a/fetchshowid.cpp +++ b/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(); - -// } //} diff --git a/fetchshowid.h b/fetchshowid.h index 9cdc07c..34987bc 100644 --- a/fetchshowid.h +++ b/fetchshowid.h @@ -6,7 +6,7 @@ class FetchShowID { public: FetchShowID(); -// int FetchShowID::Fetch(); +// int Fetch(); }; #endif // FETCHSHOWID_H