Index: sources/view/VBluetooth.h =================================================================== diff -u -rbe1b2d8f110b741f3d630df438da07d411110543 -r1d006f4e732fa2c5335d5adff425d0f39a99d37c --- sources/view/VBluetooth.h (.../VBluetooth.h) (revision be1b2d8f110b741f3d630df438da07d411110543) +++ sources/view/VBluetooth.h (.../VBluetooth.h) (revision 1d006f4e732fa2c5335d5adff425d0f39a99d37c) @@ -11,7 +11,7 @@ using namespace Gui; -// forward diclations +// forward declarations class tst_views; namespace View { @@ -22,13 +22,13 @@ explicit VBluetooth(QObject *parent = nullptr); protected: - Q_PROPERTY(QVariant devices READ getDevices NOTIFY devicesChanged) + Q_PROPERTY(QVariant devices READ doGetDevices NOTIFY devicesChanged) Q_PROPERTY(QVariant status READ getStatus NOTIFY statusChanged) public slots: - void onScanForDevices(); - QVariant getDevices(); - void onSelectedDevice(const QString &addr); + void doScanForDevices(); + QVariant doGetDevices(); + void doSelectDevice(const QString &addr); signals: void devicesChanged();