Commit f9bf917755b715c65dff53b2cb1b373e34c8be2d
1 parent
03363882
Exists in
master
Correção de tipo em console.h.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/console.h
@@ -12,7 +12,7 @@ class ConsoleObject:public std::unary_function<QString,QString> | @@ -12,7 +12,7 @@ class ConsoleObject:public std::unary_function<QString,QString> | ||
12 | public: | 12 | public: |
13 | 13 | ||
14 | 14 | ||
15 | - QString operator() (std::string input) | 15 | + QString operator() (QString input) |
16 | { | 16 | { |
17 | QProcess* process = new QProcess(); | 17 | QProcess* process = new QProcess(); |
18 | 18 |