File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -601,8 +601,8 @@ INPUT = @CMAKE_SOURCE_DIR@/doc \
601
601
@CMAKE_SOURCE_DIR@/src/core/symbology-ng \
602
602
@CMAKE_SOURCE_DIR@/src/core/gps \
603
603
@CMAKE_SOURCE_DIR@/src/gui \
604
- @CMAKE_SOURCE_DIR@/src/attributetable \
605
- @CMAKE_SOURCE_DIR@/src/raster \
604
+ @CMAKE_SOURCE_DIR@/src/gui/ attributetable \
605
+ @CMAKE_SOURCE_DIR@/src/gui/ raster \
606
606
@CMAKE_SOURCE_DIR@/src/analysis/interpolation \
607
607
@CMAKE_SOURCE_DIR@/src/analysis/raster \
608
608
@CMAKE_SOURCE_DIR@/src/analysis/vector \
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class CORE_EXPORT QgsGPSConnection : public QObject
72
72
73
73
/* *Constructor
74
74
@param dev input device for the connection (e.g. serial device). The class takes ownership of the object
75
- @param pollIntervall update intervall in milliseconds */
75
+ */
76
76
QgsGPSConnection ( QIODevice* dev );
77
77
virtual ~QgsGPSConnection ();
78
78
/* *Opens connection to device*/
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ class QgsAttributeTableMemoryModel : public QgsAttributeTableModel
35
35
public:
36
36
/* *
37
37
* Constructor
38
+ * @param theCanvas map canvas pointer
38
39
* @param theLayer layer pointer
39
40
*/
40
41
QgsAttributeTableMemoryModel ( QgsMapCanvas *theCanvas, QgsVectorLayer *theLayer );
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ class GUI_EXPORT QgsAttributeTableModel: public QAbstractTableModel
36
36
public:
37
37
/* *
38
38
* Constructor
39
+ * @param canvas map canvas pointer
39
40
* @param theLayer layer pointer
40
41
* @param parent parent pointer
41
42
*/
@@ -180,7 +181,7 @@ class GUI_EXPORT QgsAttributeTableModel: public QAbstractTableModel
180
181
/* *
181
182
* Launched when a feature has been added
182
183
* @param fid feature id
183
- * @parem inOperation guard insertion with beginInsertRows() / endInsertRows()
184
+ * @param inOperation guard insertion with beginInsertRows() / endInsertRows()
184
185
*/
185
186
virtual void featureAdded ( QgsFeatureId fid, bool inOperation = true );
186
187
You can’t perform that action at this time.
0 commit comments