Add TODO comment for displayIndex parameter in streamHostDisplay
This commit is contained in:
parent
26cd4f2607
commit
0cbea1dd7c
1 changed files with 2 additions and 1 deletions
|
|
@ -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 ─────────────────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Reference in a new issue