summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNo'am Rosenthal <noam.rosenthal@nokia.com>2011-08-30 13:53:20 -0700
committerNo'am Rosenthal <noam.rosenthal@nokia.com>2011-08-30 13:53:45 -0700
commitd1eeac733c47e106af2aeb34cf24beb36a1c60fe (patch)
tree99b62a828c60daa8ed9de28a86bc89b9d9725e7a /examples
parent2125fddc87f78ca79317912fb497952f0a01bb81 (diff)
downloadqtwebchannel-d1eeac733c47e106af2aeb34cf24beb36a1c60fe.tar.gz
Added README file
Diffstat (limited to 'examples')
-rw-r--r--examples/hybridshell/shell.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/hybridshell/shell.cpp b/examples/hybridshell/shell.cpp
index b68b20e..b15c2e8 100644
--- a/examples/hybridshell/shell.cpp
+++ b/examples/hybridshell/shell.cpp
@@ -55,7 +55,6 @@ void Shell::start()
void Shell::exec(const QString& data)
{
- qWarning() << "executing" << data;
process.write(data.toUtf8());
process.write("\n");
}