1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

OP-1351 fixed compilation error caused by duplicate method

This commit is contained in:
Philippe Renon 2014-06-01 15:01:02 +02:00
parent d70c78109f
commit e0a61603bf

View File

@ -185,7 +185,6 @@ private:
QScopedPointer<QTemporaryDir> m_tempdir;
void createDebugLog();
void closeDebugLog();
void copyResultToSettings();
QMutex sensorsUpdateLock;