Changeset 63567 in vbox for trunk/src/VBox/Debugger/VBoxDbgConsole.cpp
- Timestamp:
- Aug 16, 2016 2:06:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgConsole.cpp
r62480 r63567 292 292 293 293 QString strCommand = currentText(); 294 /* TODO:trim whitespace? */294 /** @todo trim whitespace? */ 295 295 if (strCommand.isEmpty()) 296 296 return;
Note:
See TracChangeset
for help on using the changeset viewer.