diff options
author | adelcastillo <adelcastillo@us.es> | 2010-09-25 20:21:28 +0000 |
---|---|---|
committer | adelcastillo <adelcastillo@us.es> | 2010-09-25 20:21:28 +0000 |
commit | e8338ac664cd7e22927291daa05c8390726918b3 (patch) | |
tree | f3d7abcfd8943b6e3b6c8c1e55a6122701e04d55 /client/browser | |
parent | 4aaa6f8737d9868f4ae0567422ba15cb4dc8d1c5 (diff) |
Ahora el browser tiene la opción commandwithconfirmation:
La salida de los script ahora sí se muestra.
Cambio de Qt 4.6.2 a Qt 4.6.3
git-svn-id: https://opengnsys.es/svn/trunk@1242 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/browser')
-rw-r--r-- | client/browser/src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/browser/src/mainwindow.cpp b/client/browser/src/mainwindow.cpp index 9c36a8ee..ee49d42a 100644 --- a/client/browser/src/mainwindow.cpp +++ b/client/browser/src/mainwindow.cpp @@ -12,6 +12,7 @@ #include <QDateTime> #include <QProgressBar> #include <QTabWidget> +#include <QWebView> #include <QLineEdit> #include "qtermwidget.h" |