Skip to content

Commit c185ace

Browse files
author
rblazek
committed
enable/disable buttons according to number of tabs
git-svn-id: http://svn.osgeo.org/qgis/trunk@5095 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5854768 commit c185ace

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plugins/grass/qgsgrassattributes.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ class QgsGrassAttributes: public QDialog, private Ui::QgsGrassAttributesBase
8080
//! Set Line (must be used if the line is rewritten)
8181
void setLine ( int line );
8282

83+
//! Reset buttons
84+
void resetButtons();
85+
8386
public slots:
8487
//! Update DB for current tab
8588
void on_updateButton_clicked() { updateAttributes(); }

0 commit comments

Comments
 (0)