mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: remove unused property
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7f7e7cf51d
commit
b75eae95c1
2 changed files with 0 additions and 14 deletions
|
@ -1681,21 +1681,11 @@ int QMLManager::DC_deviceId() const
|
|||
return m_device_data->deviceId();
|
||||
}
|
||||
|
||||
int QMLManager::DC_diveId() const
|
||||
{
|
||||
return m_device_data->diveId();
|
||||
}
|
||||
|
||||
void QMLManager::DC_setDeviceId(int deviceId)
|
||||
{
|
||||
m_device_data->setDeviceId(deviceId);
|
||||
}
|
||||
|
||||
void QMLManager::DC_setDiveId(int diveId)
|
||||
{
|
||||
m_device_data->setDiveId(diveId);
|
||||
}
|
||||
|
||||
void QMLManager::DC_setVendor(const QString& vendor)
|
||||
{
|
||||
m_device_data->setVendor(vendor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue