Skip to content

Commit d3d96a2

Browse files
author
rblazek
committedMar 2, 2006
check orphan records
git-svn-id: http://svn.osgeo.org/qgis/trunk@4943 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent db0cf3c commit d3d96a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/plugins/grass/qgsgrassedit.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ class QgsGrassEdit: public QMainWindow, private Ui::QgsGrassEditBase
142142
//! Increase max cat
143143
void increaseMaxCat ( void );
144144

145+
//! Check orphan database records
146+
void checkOrphan ( int field, int cat );
147+
145148
public slots:
146149
// TODO: once available in QGIS, use only one reciver for all signals
147150

0 commit comments

Comments
 (0)
Please sign in to comment.