Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/UIElements/TextUI/Query/DoublesTextQuery.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::DoublesTextQuery::handle() {
    37   Log() << Verbose(0) << getTitle();
     37  std::cout << getDescription() << ": ";
    3838  std::string line;
    39   getline(cin,line);
     39  getline(std::cin,line);
    4040  // dissect by " "
    4141  std::string::iterator olditer = line.begin();
Note: See TracChangeset for help on using the changeset viewer.