8 lines
119 B
C++
8 lines
119 B
C++
#include "nymeabluetoothagent.h"
|
|
|
|
NymeaBluetoothAgent::NymeaBluetoothAgent(QObject *parent)
|
|
: QObject{parent}
|
|
{
|
|
|
|
}
|