From: APTX Date: Sat, 2 Jun 2012 13:23:33 +0000 (+0200) Subject: <: is alternate form of [ X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=2dacc16cc091e44c25f3b699a5a3530c88474835;p=localmylist.git <: is alternate form of [ --- diff --git a/localmylist/requesthandler.h b/localmylist/requesthandler.h index a846591..994fa40 100644 --- a/localmylist/requesthandler.h +++ b/localmylist/requesthandler.h @@ -22,10 +22,10 @@ class RequestHandler : public QObject Q_OBJECT public: explicit RequestHandler(Database *db, QObject *parent = 0); - + signals: void batchFinished(); - + public slots: void handleRequests(); @@ -38,7 +38,7 @@ public slots: private: Database *db; - QMap<::AniDBUdpClient::VoteReply *, int> idMap; + QMap< ::AniDBUdpClient::VoteReply *, int> idMap; }; } // namespace LocalMyList