Skip to content

Commit 30abe48

Browse files
committed
Fix build error
1 parent c582fb5 commit 30abe48

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/device.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444

4545
/* ************************************************************************** */
4646

47+
// Static member definition
48+
const int Device::s_retryCount;
49+
50+
/* ************************************************************************** */
51+
4752
Device::Device(const QString &deviceAddr, const QString &deviceName, QObject *parent) : QObject(parent)
4853
{
4954
#if defined(Q_OS_MACOS) || defined(Q_OS_IOS)

0 commit comments

Comments
 (0)