Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/UIElements/TextUI/Query/StringTextQuery.cpp

    r8df74d rd754bb  
    2222#include <iostream>
    2323
    24 #include "TextUI/TextDialog.hpp"
     24#include "TextUI/Query/TextQuery.hpp"
    2525
    2626#include "Helpers/Log.hpp"
     
    3535
    3636bool TextDialog::StringTextQuery::handle() {
    37   Log() << Verbose(0) << getTitle();
    38   getline(cin,tmp);
     37  std::cout << getDescription() << ": ";
     38  getline(std::cin,tmp);
    3939  return true;
    4040}
Note: See TracChangeset for help on using the changeset viewer.