summaryrefslogtreecommitdiff
path: root/src/qwebchannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qwebchannel.h')
-rw-r--r--src/qwebchannel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qwebchannel.h b/src/qwebchannel.h
index 12834a8..3a92c09 100644
--- a/src/qwebchannel.h
+++ b/src/qwebchannel.h
@@ -62,9 +62,6 @@ public slots:
void noop();
void send(const QString& stringData);
-private slots:
- void closeIfNotRetained();
-
private:
QPointer<QTcpSocket> socket;
QTimer* autoDeleteTimer;