Add TODO comment for displayIndex parameter in streamHostDisplay

This commit is contained in:
Zac Gaetano 2026-05-06 20:23:15 -04:00
parent 26cd4f2607
commit 0cbea1dd7c

View file

@ -140,7 +140,8 @@ QVariantList DragonRelayBackend::displaysForHost(const QString &hostIP) const {
void DragonRelayBackend::streamHostDisplay(const QString &hostIP, int displayIndex) {
qDebug() << "Streaming host" << hostIP << "display index" << displayIndex;
streamHost(hostIP); // Task 24 will wire actual display param
// TODO(Task 24): Pass displayIndex to streamHost command when display selection is wired
streamHost(hostIP);
}
// ── refreshHosts ─────────────────────────────────────────────────────────────