Rename getGitVersion() to gitVersion().

This commit is contained in:
De Stefano 2016-10-04 15:59:14 +02:00
parent 1c205642d1
commit 8c3dc95dbd
2 changed files with 2 additions and 2 deletions

View File

@ -890,7 +890,7 @@ void QAmqpClient::setSslConfiguration(const QSslConfiguration &config)
}
}
QString QAmqpClient::getGitVersion()
QString QAmqpClient::gitVersion()
{
return QString(GIT_VERSION);
}

View File

@ -95,7 +95,7 @@ public:
QSslConfiguration sslConfiguration() const;
void setSslConfiguration(const QSslConfiguration &config);
static QString getGitVersion();
static QString gitVersion();
// channels
QAmqpExchange *createExchange(int channelNumber = -1);