- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/UIElements/TextUI/Query/StringTextQuery.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::StringTextQuery::handle() { 37 Log() << Verbose(0) << getTitle();38 getline( cin,tmp);37 std::cout << getDescription() << ": "; 38 getline(std::cin,tmp); 39 39 return true; 40 40 }
Note:
See TracChangeset
for help on using the changeset viewer.