Initial MQTT bell app based on systray
This commit is contained in:
12
publisher.h
Normal file
12
publisher.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef PUBLISHER_H
|
||||
#define PUBLISHER_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class Publisher
|
||||
{
|
||||
public:
|
||||
Publisher();
|
||||
};
|
||||
|
||||
#endif // PUBLISHER_H
|
||||
Reference in New Issue
Block a user