mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Added I18N for PQs, initial version. Hence resource file and language files. Changed samplesphysicalquantities to check some I18N topics.
This commit is contained in:
@@ -60,7 +60,7 @@ namespace FSD
|
||||
return m_tcp_socket->state() == QAbstractSocket::ConnectedState;
|
||||
}
|
||||
|
||||
QString CFSDClient::getErrorMessage(QAbstractSocket::SocketError error)
|
||||
QString CFSDClient::getErrorMessage(QAbstractSocket::SocketError /* error */)
|
||||
{
|
||||
return QString("Unknown");
|
||||
}
|
||||
|
||||
@@ -93,7 +93,7 @@ void CMultiPlayer::addPlane(CPlane *plane)
|
||||
m_multiplayer_planes.insert(plane->callsign(), plane);
|
||||
}
|
||||
|
||||
void CMultiPlayer::removePlane(CPlane *plane)
|
||||
void CMultiPlayer::removePlane(CPlane * /** plane **/)
|
||||
{
|
||||
qint32 id = 0;
|
||||
m_simulator->removePlane(id);
|
||||
|
||||
@@ -81,7 +81,7 @@ namespace BlackCore {
|
||||
|
||||
void addPlane(CPlane *plane);
|
||||
|
||||
void removePlane(CPlane *plane);
|
||||
void removePlane(CPlane *);
|
||||
|
||||
bool needsToRemoved(CPlane *plane);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user