[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:28:25 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=b542004
The following commit has been merged in the master branch:
commit b5420048f9e4849d917b8932698293524146c2c2
Author: Albert Vaca <albertvaka at gmail.com>
Date: Mon Mar 23 20:44:18 2015 -0700
Fixed warning
---
interfaces/devicesmodel.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/interfaces/devicesmodel.cpp b/interfaces/devicesmodel.cpp
index dd0e5bf..16b4d77 100644
--- a/interfaces/devicesmodel.cpp
+++ b/interfaces/devicesmodel.cpp
@@ -168,6 +168,7 @@ void DevicesModel::appendDevice(DeviceDbusInterface* dev)
void DevicesModel::nameChanged(const QString& newName)
{
+ Q_UNUSED(newName);
int row = m_deviceList.indexOf(static_cast<DeviceDbusInterface*>(sender()));
Q_ASSERT(row>=0);
const QModelIndex idx = index(row, 0);
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list