summaryrefslogtreecommitdiff
path: root/gatosocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatosocket.h')
-rw-r--r--gatosocket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatosocket.h b/gatosocket.h
index 28fd788..b7634c7 100644
--- a/gatosocket.h
+++ b/gatosocket.h
@@ -69,6 +69,7 @@ private slots:
private:
State s;
int fd;
+ SecurityLevel desiredSec;
QSocketNotifier *readNotifier;
QQueue<QByteArray> readQueue;
QSocketNotifier *writeNotifier;