1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-24 14:42:53 +02:00

Fix misnamed signals and stupidity in qtweetnetbase

This commit is contained in:
Jeff Mitchell
2011-02-12 20:15:54 -05:00
parent 12253e2fd3
commit 29d096be15
2 changed files with 5 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ signals:
* In that case check response.
* @remarks DOESN'T emit finished signal
*/
void error(ErrorCode code, const QString& errorMsg);
void error(QTweetNetBase::ErrorCode code, const QString& errorMsg);
protected slots:
virtual void parsingJsonFinished(const QVariant& json, bool ok, const QString& errorMsg) = 0;