diff options
author | deva <deva> | 2009-08-17 14:59:42 +0000 |
---|---|---|
committer | deva <deva> | 2009-08-17 14:59:42 +0000 |
commit | e0e3d5fa10f80a88fa3b194b2a09cf89c8fced18 (patch) | |
tree | 3736401c6ad1a501b3f001388f948601e428bec5 /client/netcom.h | |
parent | 001bc224ca71eb51658ee37206b02090a4e2413c (diff) |
A new journal watcher and pracro progressbar.
Diffstat (limited to 'client/netcom.h')
-rw-r--r-- | client/netcom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/netcom.h b/client/netcom.h index 8cccaa9..35db221 100644 --- a/client/netcom.h +++ b/client/netcom.h @@ -41,7 +41,7 @@ public: NetCom(QString host, quint16 port, QString user, QString cpr); ~NetCom(); - QDomDocument send(QString templ, QString macro = ""); + QDomDocument send(QString templ, QString macro = "", bool lockgui = true); void send(QVector< Widget* > widgets, QString templ, QString macro, QString version); public slots: |