Index: sources/bluetooth/BluetoothInterface.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r3561f79af1a92356eea01d5d0c3297c69d2ecdf2 --- sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 3561f79af1a92356eea01d5d0c3297c69d2ecdf2) @@ -92,12 +92,11 @@ public slots: bool init(); bool init(QThread &vThread); + void quit(); void doNotifyStatePOSTError(); private slots: - void quit(); - // Local Device Slots void onLocalDeviceConnect (const QBluetoothAddress &vAddress ); void onLocalDeviceDisconnect (const QBluetoothAddress &vAddress );