mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
plasma: remove unused variable in PlacesEngine::sendData()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
baf804e80b
commit
4cd80db371
1 changed files with 0 additions and 2 deletions
|
@ -89,8 +89,6 @@ void PlacesEngine::sendData(int start, int end)
|
|||
for (int row = start; row <= end; ++row) {
|
||||
const QModelIndex index = m_placesModel.index(row, 0);
|
||||
|
||||
Data map;
|
||||
|
||||
const QString source = QString::number(row);
|
||||
|
||||
setData(source, "name", m_placesModel.text(index));
|
||||
|
|
Loading…
Add table
Reference in a new issue