From e0e3d5fa10f80a88fa3b194b2a09cf89c8fced18 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 17 Aug 2009 14:59:42 +0000 Subject: A new journal watcher and pracro progressbar. --- client/netcom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/netcom.h') 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: -- cgit v1.2.3