Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix link error
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11003 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jul 1, 2009
1 parent 0fde4fe commit 33c579c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -73,7 +73,7 @@ private slots:
void drawNewVectorLayer( QString, QString, QString );

void on_buttonBox_accepted( );
void on_buttonBox_helpRequested( );
void on_buttonBox_helpRequested( ) { /* TODO: implement me */ };

void on_cboxDatabaseType_currentIndexChanged( int );
void on_cboxPredefinedQueryList_currentIndexChanged( int );
Expand Down

0 comments on commit 33c579c

Please sign in to comment.