mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-09 01:59:58 +02:00
Fix include paths for NameList header
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include "../qetproject.h"
|
||||
#include "../diagram.h"
|
||||
#include "xmlelementcollection.h"
|
||||
#include "../nameslist.h"
|
||||
#include "../NameList/nameslist.h"
|
||||
#include <QPainter>
|
||||
#include <QScopedPointer>
|
||||
#include <QDrag>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "../qetdiagrameditor.h"
|
||||
#include "../qetproject.h"
|
||||
#include "../ElementsCollection/xmlelementcollection.h"
|
||||
#include "../nameslist.h"
|
||||
#include "../NameList/nameslist.h"
|
||||
#include "../diagramcommands.h"
|
||||
#include "../diagramcontent.h"
|
||||
#include <QFile>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include "undocommand/addgraphicsobjectcommand.h"
|
||||
#include "diagram.h"
|
||||
#include "ElementsCollection/xmlelementcollection.h"
|
||||
#include "nameslist.h"
|
||||
#include "NameList/nameslist.h"
|
||||
#include "elementdialog.h"
|
||||
#include <QDropEvent>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user