1
0
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:
Oleg Semyonov 2011-06-07 19:41:52 +03:00
parent 9b572407a7
commit b1d945c6f2

View File

@ -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