mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
OP-263 Sorry, forgot update to connection manager in the process.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2497 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
2dadd41adf
commit
66e9dcb04e
@ -68,7 +68,7 @@ public:
|
||||
|
||||
void init();
|
||||
|
||||
QIODevice *getCurrentConnection(); // NOTE: this is never implemented ??
|
||||
QIODevice* getCurrentConnection() { return m_ioDev; }
|
||||
devListItem getCurrentDevice() { return m_connectionDevice;}
|
||||
bool disconnectDevice();
|
||||
void suspendPolling();
|
||||
|
Loading…
x
Reference in New Issue
Block a user