some update
This commit is contained in:
4
app.h
4
app.h
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <QObject>
|
||||
#include "interface/iStompObserver.h"
|
||||
#include "stomp.h"
|
||||
|
||||
class App : public QObject, public interface::iStompObserver {
|
||||
public:
|
||||
@@ -17,6 +18,9 @@ private:
|
||||
void receiveIndication(int id, QString destination, QString body);
|
||||
void disconnectConfirmation();
|
||||
void disconnectIndication();
|
||||
|
||||
private:
|
||||
Stomp st;
|
||||
};
|
||||
|
||||
#endif // APP_H
|
||||
|
||||
Reference in New Issue
Block a user