mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 03:35:38 +08:00
Replaced c++ standard integer types with Qt types
In order to be consistent, all standard integer types have been replaced by the equivalent Qt ones in voice/audio code. Projects covered - BlackCore - BlackMisc - sample_voice_client refs #99
This commit is contained in:
@@ -108,7 +108,7 @@ namespace BlackCore
|
||||
/*!
|
||||
\return Result of the mic test.
|
||||
*/
|
||||
virtual int32_t micTestResult() const = 0;
|
||||
virtual qint32 micTestResult() const = 0;
|
||||
|
||||
//! micTestResult
|
||||
/*!
|
||||
@@ -166,7 +166,7 @@ namespace BlackCore
|
||||
* \param comUnit
|
||||
* \param volumne
|
||||
*/
|
||||
virtual void setRoomOutputVolume(const ComUnit comUnit, const int32_t volumne) = 0;
|
||||
virtual void setRoomOutputVolume(const ComUnit comUnit, const qint32 volumne) = 0;
|
||||
|
||||
/*!
|
||||
* \brief Start transmitting
|
||||
|
||||
Reference in New Issue
Block a user