mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Remove unused local method 'unquote'
Fix virtual function to proper signature for QXmlAttributes reference and prevent hiding.
This commit is contained in:
@@ -107,7 +107,7 @@ RideAutoImportConfigParser::endElement( const QString&, const QString&, const QS
|
||||
}
|
||||
|
||||
bool
|
||||
RideAutoImportConfigParser::startElement( const QString&, const QString&, const QString &name, const QXmlAttributes )
|
||||
RideAutoImportConfigParser::startElement( const QString&, const QString&, const QString &name, const QXmlAttributes& )
|
||||
{
|
||||
buffer.clear();
|
||||
if(name == "rule") {
|
||||
|
||||
Reference in New Issue
Block a user