Skip to content
Snippets Groups Projects
Commit bd10688a authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Build fix


Change-Id: I97835671805a1ba8ac456f3049cb3e477894a3c0
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent 958dd99b
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ void KitManagerConfigWidget::addConfigWidget(ProjectExplorer::KitConfigWidget *w
QAction *action = new QAction(tr("Mark as Mutable"), 0);
action->setCheckable(true);
action->setData(QVariant::fromValue(widget));
action->setData(QVariant::fromValue(qobject_cast<QObject *>(widget)));
action->setChecked(widget->isMutable());
action->setEnabled(!widget->isSticky());
widget->mainWidget()->addAction(action);
......
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