Delete Twitter reply.
This commit is contained in:
parent
0da9afa0e3
commit
1b5352367a
@ -188,6 +188,8 @@ QString GenerateHtmlForTweetStream(const QVariantList& tweets) {
|
|||||||
|
|
||||||
void TwitterArtistInfo::UserTimelineRequestFinished(
|
void TwitterArtistInfo::UserTimelineRequestFinished(
|
||||||
QNetworkReply* reply, const QString& twitter_id, int id) {
|
QNetworkReply* reply, const QString& twitter_id, int id) {
|
||||||
|
reply->deleteLater();
|
||||||
|
|
||||||
QJson::Parser parser;
|
QJson::Parser parser;
|
||||||
bool ok = false;
|
bool ok = false;
|
||||||
QVariant result = parser.parse(reply, &ok);
|
QVariant result = parser.parse(reply, &ok);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user