diff --git a/soccer/src/soccer/strategy/agent/position/overriding_positions.hpp b/soccer/src/soccer/strategy/agent/position/overriding_positions.hpp index e0effea2a2e..f9800ff754f 100644 --- a/soccer/src/soccer/strategy/agent/position/overriding_positions.hpp +++ b/soccer/src/soccer/strategy/agent/position/overriding_positions.hpp @@ -22,7 +22,7 @@ enum OverridingPositions { SMART_IDLE, ZONER, IDLE, - LENGTH, // Do not remove + LENGTH, // Do not remove - Placeholder to act as the "length" of the enum, or the number of elements it contains. Should always be at end of enum }; } // namespace Strategy diff --git a/soccer/src/soccer/ui/main_window.cpp b/soccer/src/soccer/ui/main_window.cpp index b8e8ca6ed15..c1a011c871f 100644 --- a/soccer/src/soccer/ui/main_window.cpp +++ b/soccer/src/soccer/ui/main_window.cpp @@ -52,7 +52,6 @@ void calcMinimumWidth(QWidget* widget, const QString& text) { widget->setMinimumWidth(rect.width()); } -// TODO: Set up the UI objects and bind them to methods MainWindow::MainWindow(Processor* processor, bool has_external_ref, QWidget* parent) : QMainWindow(parent), _updateCount(0),