summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/shared/actionrepository.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/lib/shared/actionrepository.cpp')
-rw-r--r--src/designer/src/lib/shared/actionrepository.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/designer/src/lib/shared/actionrepository.cpp b/src/designer/src/lib/shared/actionrepository.cpp
index cc282ab7b..78ce6f654 100644
--- a/src/designer/src/lib/shared/actionrepository.cpp
+++ b/src/designer/src/lib/shared/actionrepository.cpp
@@ -69,8 +69,7 @@ namespace qdesigner_internal {
// ----------- ActionModel
ActionModel::ActionModel(QWidget *parent ) :
QStandardItemModel(parent),
- m_emptyIcon(emptyIcon()),
- m_core(0)
+ m_emptyIcon(emptyIcon())
{
QStringList headers;
headers += tr("Name");