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