mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
OP-369: remove completed TODO list, unify capitalization
This commit is contained in:
parent
9b572407a7
commit
b1d945c6f2
@ -25,13 +25,6 @@
|
||||
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
/*
|
||||
* TODO:
|
||||
* - write import functions
|
||||
* - split formats into different files/classes
|
||||
* - better error handling (not a lot of QMessageBoxes)
|
||||
*/
|
||||
|
||||
#include "uavsettingsimportexport.h"
|
||||
|
||||
#include <QtPlugin>
|
||||
@ -157,8 +150,8 @@ void UAVSettingsImportExportPlugin::importUAVSettings()
|
||||
UAVObject* obj = objManager->getObject(uavObjectName);
|
||||
if (obj == NULL) {
|
||||
// This object is unknown!
|
||||
qDebug() << "Object Unknown:" << uavObjectName << uavObjectID;
|
||||
swui.addLine(uavObjectName, "Error (object unknown)", false);
|
||||
qDebug() << "Object unknown:" << uavObjectName << uavObjectID;
|
||||
swui.addLine(uavObjectName, "Error (Object unknown)", false);
|
||||
|
||||
} else {
|
||||
// - Update each field
|
||||
|
Loading…
x
Reference in New Issue
Block a user