Use proper d_ptr for QPlaylistFileParser.
Task-number: QTBUG-42473 Change-Id: Iff8f14ed6ab99c8e7844b9e43009b82b442f5238 Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
This commit is contained in:
@@ -84,9 +84,6 @@ Q_SIGNALS:
|
||||
void finished();
|
||||
void error(QPlaylistFileParser::ParserError err, const QString& errorMsg);
|
||||
|
||||
protected:
|
||||
QPlaylistFileParserPrivate *d_ptr;
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(QPlaylistFileParser)
|
||||
Q_DECLARE_PRIVATE(QPlaylistFileParser)
|
||||
|
||||
Reference in New Issue
Block a user