Skip to content

Commit

Permalink
Include MainWindow at top of ModelWidgetContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Nov 6, 2016
1 parent d0f1e8f commit ae83d42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Component/Component.h
Expand Up @@ -56,6 +56,7 @@ class RectangleAnnotation;
class EllipseAnnotation;
class TextAnnotation;
class BitmapAnnotation;
class LibraryTreeItem;

class ComponentInfo : public QObject
{
Expand Down
2 changes: 2 additions & 0 deletions OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
Expand Up @@ -35,6 +35,7 @@
#ifndef MODELWIDGETCONTAINER_H
#define MODELWIDGETCONTAINER_H

#include "MainWindow.h"
#include "CoOrdinateSystem.h"
#include "Component.h"
#include "StringHandler.h"
Expand All @@ -45,6 +46,7 @@
#include "CEditor.h"
#include "TextEditor.h"
#include "MetaModelicaEditor.h"
#include "LibraryTreeWidget.h"

#include <QGraphicsView>
#include <QGraphicsScene>
Expand Down

0 comments on commit ae83d42

Please sign in to comment.