diff options
Diffstat (limited to 'connection.cpp')
-rw-r--r-- | connection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connection.cpp b/connection.cpp index 1bd8e292..aebe7631 100644 --- a/connection.cpp +++ b/connection.cpp @@ -78,6 +78,7 @@ Connection::Connection() Connection::~Connection() { + qDebug() << "deconstructing connection object for" << d->userId; delete d; } |