File tree 2 files changed +34
-0
lines changed
2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgsdxfexportdialog.cpp
3
+ ----------------------
4
+ begin : September 2013
5
+ copyright : (C) 2013 by Marco Hugentobler
6
+ email : marco at sourcepole dot ch
7
+ ***************************************************************************/
8
+
9
+ /* **************************************************************************
10
+ * *
11
+ * This program is free software; you can redistribute it and/or modify *
12
+ * it under the terms of the GNU General Public License as published by *
13
+ * the Free Software Foundation; either version 2 of the License, or *
14
+ * (at your option) any later version. *
15
+ * *
16
+ ***************************************************************************/
17
+
1
18
#include " qgsdxfexportdialog.h"
2
19
#include " qgsmaplayer.h"
3
20
#include " qgsmaplayerregistry.h"
Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgsdxfexportdialog.h
3
+ --------------------
4
+ begin : September 2013
5
+ copyright : (C) 2013 by Marco Hugentobler
6
+ email : marco at sourcepole dot ch
7
+ ***************************************************************************/
8
+
9
+ /* **************************************************************************
10
+ * *
11
+ * This program is free software; you can redistribute it and/or modify *
12
+ * it under the terms of the GNU General Public License as published by *
13
+ * the Free Software Foundation; either version 2 of the License, or *
14
+ * (at your option) any later version. *
15
+ * *
16
+ ***************************************************************************/
17
+
1
18
#ifndef QGSDXFEXPORTDIALOG_H
2
19
#define QGSDXFEXPORTDIALOG_H
3
20
You can’t perform that action at this time.
0 commit comments