Ref T437, some FSUIPC style/message adjustments

This commit is contained in:
Klaus Basan
2018-12-01 05:17:41 +01:00
parent 8a058202ed
commit ec6b7ed37d
4 changed files with 21 additions and 8 deletions

View File

@@ -126,6 +126,8 @@ namespace BlackSimPlugin
void processWeatherMessages();
bool m_opened = false;
int m_openCount = 0; //!< statistics
int m_closeCount = 0; //!< statistics
int m_lastErrorIndex = 0;
QString m_lastErrorMessage;
QString m_fsuipcVersion;