mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Remove max LED number constraint from Matrix layout (#1805)
This commit is contained in:
@@ -50,6 +50,8 @@ public:
|
||||
///
|
||||
void initialize();
|
||||
|
||||
QSharedPointer<JsonCallbacks> getCallBack() const;
|
||||
|
||||
public slots:
|
||||
|
||||
private slots:
|
||||
@@ -82,7 +84,7 @@ signals:
|
||||
///
|
||||
/// Signal emits with the reply message provided with handleMessage()
|
||||
///
|
||||
void callbackMessage(QJsonObject);
|
||||
void callbackReady(QJsonObject);
|
||||
|
||||
///
|
||||
/// Signal emits whenever a JSON-message should be forwarded
|
||||
|
@@ -93,7 +93,7 @@ signals:
|
||||
/// @brief Emits whenever a new json mesage callback is ready to send
|
||||
/// @param The JsonObject message
|
||||
///
|
||||
void newCallback(QJsonObject);
|
||||
void callbackReady(QJsonObject);
|
||||
|
||||
private slots:
|
||||
///
|
||||
@@ -182,6 +182,8 @@ private:
|
||||
|
||||
/// construct callback msg
|
||||
void doCallback(Subscription::Type cmd, const QVariant& data);
|
||||
void doCallback(Subscription::Type cmd, const QJsonArray& data);
|
||||
void doCallback(Subscription::Type cmd, const QJsonObject& data);
|
||||
|
||||
Logger *_log;
|
||||
Hyperion* _hyperion;
|
||||
|
Reference in New Issue
Block a user