1
0
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:
edouard 2011-01-20 22:46:06 +00:00 committed by edouard
parent 2dadd41adf
commit 66e9dcb04e

View File

@ -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();