mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
khotkeys: fix a compiler warning
This commit is contained in:
parent
b79922b836
commit
3b69a10bad
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ void HotkeysTreeViewContextMenu::deleteAction()
|
|||
bool deletionSuccess;
|
||||
deletionSuccess = _view->model()->removeRow(_index.row(), _index.parent());
|
||||
Q_ASSERT(deletionSuccess == true);
|
||||
Q_UNUSED(deletionSuccess);
|
||||
|
||||
_view->setCurrentIndex(QModelIndex());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue