File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
src/plugins/georeferencer Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgsresidualplotitem.cpp
3
+ --------------------------------------
4
+ Date : 10-May-2010
5
+ Copyright : (c) 2010 by Marco Hugentobler
6
+ Email : marco at sourcepole dot ch
7
+ ***************************************************************************
8
+ * *
9
+ * This program is free software; you can redistribute it and/or modify *
10
+ * it under the terms of the GNU General Public License as published by *
11
+ * the Free Software Foundation; either version 2 of the License, or *
12
+ * (at your option) any later version. *
13
+ * *
14
+ ***************************************************************************/
15
+ /* $Id */
16
+
1
17
#include " qgsresidualplotitem.h"
2
18
#include " qgsgeorefdatapoint.h"
3
19
#include < QPainter>
Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgsresidualplotitem.h
3
+ --------------------------------------
4
+ Date : 10-May-2010
5
+ Copyright : (c) 2010 by Marco Hugentobler
6
+ Email : marco at sourcepole dot ch
7
+ ***************************************************************************
8
+ * *
9
+ * This program is free software; you can redistribute it and/or modify *
10
+ * it under the terms of the GNU General Public License as published by *
11
+ * the Free Software Foundation; either version 2 of the License, or *
12
+ * (at your option) any later version. *
13
+ * *
14
+ ***************************************************************************/
15
+ /* $Id */
16
+
17
+
1
18
#ifndef QGSRESIDUALPLOTITEM_H
2
19
#define QGSRESIDUALPLOTITEM_H
3
20
You can’t perform that action at this time.
0 commit comments