Skip to content

Commit

Permalink
Resolving final conversations for review
Browse files Browse the repository at this point in the history
  • Loading branch information
jvogt23 committed Dec 9, 2024
1 parent 9de5737 commit c84a54a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion soccer/src/soccer/ui/main_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit c84a54a

Please sign in to comment.