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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user