Skip to content

Commit

Permalink
enable/disable buttons according to number of tabs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5095 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Mar 24, 2006
1 parent 5854768 commit c185ace
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/grass/qgsgrassattributes.h
Expand Up @@ -80,6 +80,9 @@ class QgsGrassAttributes: public QDialog, private Ui::QgsGrassAttributesBase
//! Set Line (must be used if the line is rewritten)
void setLine ( int line );

//! Reset buttons
void resetButtons();

public slots:
//! Update DB for current tab
void on_updateButton_clicked() { updateAttributes(); }
Expand Down

0 comments on commit c185ace

Please sign in to comment.