mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Replace some #include, by pre declaration
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3316 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -18,9 +18,12 @@
|
||||
#ifndef ELEMENTPROVIDER_H
|
||||
#define ELEMENTPROVIDER_H
|
||||
|
||||
#include "qetproject.h"
|
||||
#include "diagram.h"
|
||||
#include "qetgraphicsitem/element.h"
|
||||
#include <QUuid>
|
||||
#include <QList>
|
||||
|
||||
class QETProject;
|
||||
class Diagram;
|
||||
class Element;
|
||||
|
||||
/**
|
||||
this class can search in the given diagram or project some kind of element
|
||||
|
||||
Reference in New Issue
Block a user