Razor Chroma Support - Initial version

This commit is contained in:
LordGrey
2020-10-16 00:03:49 +02:00
parent 9d2e442d42
commit 8476553448
9 changed files with 588 additions and 76 deletions

View File

@@ -414,14 +414,14 @@ protected slots:
///
/// @return Zero on success else negative
///
int rewriteLEDs();
virtual int rewriteLEDs();
///
/// @brief Set device in error state
///
/// @param[in] errorMsg The error message to be logged
///
virtual void setInError( const QString& errorMsg);
virtual void setInError( const QString& errorMsg);
private: