Initial MQTT bell app based on systray

This commit is contained in:
2020-10-26 20:25:50 +01:00
commit 2debcf4c7d
27 changed files with 1926 additions and 0 deletions

12
publisher.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef PUBLISHER_H
#define PUBLISHER_H
#include <QObject>
class Publisher
{
public:
Publisher();
};
#endif // PUBLISHER_H