mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Fix cppcheck and compiler warnings
This commit is contained in:
@@ -30,7 +30,7 @@ namespace BlackSample
|
||||
/*
|
||||
* Samples
|
||||
*/
|
||||
void CSamplesVPilotRules::samples(QTextStream &streamOut, QTextStream &streamIn)
|
||||
void CSamplesVPilotRules::samples(QTextStream &streamOut, const QTextStream &streamIn)
|
||||
{
|
||||
BlackMisc::registerMetadata();
|
||||
QScopedPointer<CVPilotRulesReader> vPilotReader(new CVPilotRulesReader());
|
||||
|
||||
Reference in New Issue
Block a user