Skip to content
Snippets Groups Projects
Commit 40632416 authored by Montel Laurent's avatar Montel Laurent Committed by Eike Ziller
Browse files

TODO-KeywordDialog: Disable Drag and Drop.


Change-Id: I9a857dbae813704b79f4b76d1f0fe0115e8b4225
Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
parent 10c188d1
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ void KeywordDialog::acceptButtonClicked()
void KeywordDialog::setupListWidget(const QString &selectedIcon)
{
ui->listWidget->setViewMode(QListWidget::IconMode);
ui->listWidget->setDragEnabled(false);
const QString infoIconName = QLatin1String(Constants::ICON_INFO);
QListWidgetItem *item = new QListWidgetItem(QIcon(infoIconName),
QLatin1String("information"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment