diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-05-17 04:18:13 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-05-17 04:18:13 +0000 |
commit | 6aefa6632023c99c5b91bae0e099df94fa69d890 (patch) | |
tree | 6ac83b347cc70dca827c887f0046924dabec042d /src/gatscon/clientwidget.h | |
parent | efcbdb7a0347b4399cbabacf3cbea432eeafb17b (diff) | |
download | libgats-6aefa6632023c99c5b91bae0e099df94fa69d890.tar.gz libgats-6aefa6632023c99c5b91bae0e099df94fa69d890.tar.bz2 libgats-6aefa6632023c99c5b91bae0e099df94fa69d890.tar.xz libgats-6aefa6632023c99c5b91bae0e099df94fa69d890.zip |
GatsCon now supports proxying, and way better than qtbenc ever did. Not only
does it proxy, but you can inject your own messages going to the client or host.
Pretty slick, really. Next up, reading and creating files.
Diffstat (limited to 'src/gatscon/clientwidget.h')
-rw-r--r-- | src/gatscon/clientwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gatscon/clientwidget.h b/src/gatscon/clientwidget.h index 21fb1b7..9ce2798 100644 --- a/src/gatscon/clientwidget.h +++ b/src/gatscon/clientwidget.h | |||
@@ -12,7 +12,7 @@ class ClientWidget : public QWidget, protected Ui::ClientWidget | |||
12 | { | 12 | { |
13 | Q_OBJECT; | 13 | Q_OBJECT; |
14 | public: | 14 | public: |
15 | ClientWidget( QWidget *pParent=NULL ); | 15 | ClientWidget( QWidget *pParent, const QByteArray &baHost, int iPort ); |
16 | virtual ~ClientWidget(); | 16 | virtual ~ClientWidget(); |
17 | 17 | ||
18 | public slots: | 18 | public slots: |