mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-04 19:40:53 +01:00
Wip Fix preprocessor on Cmake
This commit is contained in:
@@ -16,8 +16,9 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "pastepartscommand.h"
|
||||
#include "elementview.h"
|
||||
#include "partterminal.h"
|
||||
|
||||
#include "../elementview.h"
|
||||
#include "../graphicspart/partterminal.h"
|
||||
|
||||
/**
|
||||
@brief PastePartsCommand::PastePartsCommand
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#ifndef PASTEPARTSCOMMAND_H
|
||||
#define PASTEPARTSCOMMAND_H
|
||||
|
||||
#include "editorcommands.h"
|
||||
#include "elementcontent.h"
|
||||
#include "../editorcommands.h"
|
||||
#include "../elementcontent.h"
|
||||
|
||||
class ElementView;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user