fix for linux compile

This commit is contained in:
CupIvan 2018-06-22 18:05:34 +03:00 committed by GitHub
parent de5e644474
commit c82cf387f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ class Handler : public QObject
public: public:
Handler(); Handler();
signals: signals:
createSessionSuccess(); void createSessionSuccess();
private: private:
Network *network; Network *network;
private slots: private slots: