mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Fixed gcc warnings
This commit is contained in:
@@ -79,6 +79,12 @@ namespace BlackMisc
|
||||
CPhysicalQuantity::parseFromString(time);
|
||||
}
|
||||
|
||||
void CTime::parseFromString(const QString &time, CPqString::SeparatorMode mode)
|
||||
{
|
||||
this->parseFromString(time);
|
||||
Q_UNUSED(mode);
|
||||
}
|
||||
|
||||
QTime CTime::toQTime() const
|
||||
{
|
||||
CTime copy(*this);
|
||||
|
||||
Reference in New Issue
Block a user