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

Fix warning about unused member variable


Change-Id: I8b180ac6414936b45063cd721a12b146b4203736
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 4e35683e
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@
namespace QmlDesigner {
ModelNodeContextMenu::ModelNodeContextMenu(QmlModelView *view) :
m_view(view),
m_selectionContext(view)
{
}
......
......@@ -49,11 +49,10 @@ public:
static void showContextMenu(QmlModelView *view, const QPoint &globalPosition, const QPoint &scenePosition, bool showSelection);
private:
QmlModelView *m_view;
QPoint m_scenePos;
SelectionContext m_selectionContext;
};
}; //QmlDesigner
} // namespace QmlDesigner
#endif // MODELNODECONTEXTMENU_H
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