BluOS: Fix undefined reference
parent
9f68b37e50
commit
3c79e55436
|
|
@ -76,8 +76,6 @@ private:
|
||||||
QHash<QUuid, BrowserItemResult *> m_asyncBrowseItemResults;
|
QHash<QUuid, BrowserItemResult *> m_asyncBrowseItemResults;
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void onPluginTimer();
|
|
||||||
|
|
||||||
void onConnectionChanged(bool connected);
|
void onConnectionChanged(bool connected);
|
||||||
void onStatusResponseReceived(const BluOS::StatusResponse &status);
|
void onStatusResponseReceived(const BluOS::StatusResponse &status);
|
||||||
void onActionExecuted(QUuid actionId, bool success);
|
void onActionExecuted(QUuid actionId, bool success);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue