1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Fixed passing QPoint reference from right click enabler to connected method. Fixes #1549

This commit is contained in:
f4exb
2022-12-28 20:33:28 +01:00
parent 12deb59bf4
commit f45e949e62
49 changed files with 160 additions and 110 deletions
+2 -2
View File
@@ -851,7 +851,7 @@ void Workspace::stackSubWindows()
m_stacking = false;
}
void Workspace::autoStackSubWindows()
void Workspace::autoStackSubWindows(const QPoint&)
{
setAutoStackOption(!m_autoStack);
}
@@ -934,7 +934,7 @@ void Workspace::updateStartStopButton(bool checked)
}
}
void Workspace::deviceStateChanged(int index, DeviceAPI *deviceAPI)
void Workspace::deviceStateChanged(int, DeviceAPI *deviceAPI)
{
if (deviceAPI->getWorkspaceIndex() == m_index)
{