OTHER: Call disconnect from XClient destructor
Make valgrind happy
This commit is contained in:
parent
43516c9431
commit
7dbdf3bb65
2 changed files with 8 additions and 0 deletions
|
@ -43,6 +43,7 @@ class XClient : public QObject {
|
|||
Q_OBJECT
|
||||
public:
|
||||
XClient (QObject *, const std::string &);
|
||||
~XClient ();
|
||||
|
||||
bool connect (const char *path = NULL, const bool &sync = false,
|
||||
QWidget* parent = NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue