- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/UIElements/TextUI/Query/DoublesTextQuery.cpp ¶
r8df74d rd754bb 22 22 #include <iostream> 23 23 24 #include "TextUI/ TextDialog.hpp"24 #include "TextUI/Query/TextQuery.hpp" 25 25 26 26 #include "Helpers/Log.hpp" … … 35 35 36 36 bool TextDialog::DoublesTextQuery::handle() { 37 Log() << Verbose(0) << getTitle();37 std::cout << getDescription() << ": "; 38 38 std::string line; 39 getline( cin,line);39 getline(std::cin,line); 40 40 // dissect by " " 41 41 std::string::iterator olditer = line.begin();
Note:
See TracChangeset
for help on using the changeset viewer.