Skip to content

Commit fe59a19

Browse files
committedAug 15, 2017
Change all ocurrences on_buttonBox_helpRequested to showHelp
Add help button to 3 dialogs Fix missing QStringLiteral Fix CMakeLists.txt indentation Fix qhelp.h and qgis_sip.h includes with <>
1 parent c07ac6e commit fe59a19

File tree

97 files changed

+297
-149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+297
-149
lines changed
 

‎python/gui/qgsnewhttpconnection.sip

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ Constructor
2929
public slots:
3030
virtual void accept();
3131

32-
33-
void helpRequest();
34-
%Docstring
35-
Open the help in a browser
36-
%End
3732
void on_txtName_textChanged( const QString & );
3833
void on_txtUrl_textChanged( const QString & );
3934

‎python/gui/qgsnewvectorlayerdialog.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Returns the file format for storage
6565
void on_mRemoveAttributeButton_clicked();
6666
void on_mFileFormatComboBox_currentIndexChanged( int index );
6767
void on_mTypeBox_currentIndexChanged( int index );
68-
void on_buttonBox_helpRequested();
68+
void showHelp();
6969
void nameChanged( const QString & );
7070
void selectionChanged();
7171

0 commit comments

Comments
 (0)
Please sign in to comment.