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:
2
thirdparty/qtweetlib/src/qtweetnetbase.h
vendored
2
thirdparty/qtweetlib/src/qtweetnetbase.h
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user