Skip to content

Commit 33c579c

Browse files
author
jef
committedJul 1, 2009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plugins/evis/databaseconnection/evisdatabaseconnectiongui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ private slots:
7373
void drawNewVectorLayer( QString, QString, QString );
7474

7575
void on_buttonBox_accepted( );
76-
void on_buttonBox_helpRequested( );
76+
void on_buttonBox_helpRequested( ) { /* TODO: implement me */ };
7777

7878
void on_cboxDatabaseType_currentIndexChanged( int );
7979
void on_cboxPredefinedQueryList_currentIndexChanged( int );

0 commit comments

Comments
 (0)
Please sign in to comment.