Skip to content

Commit 42aaa23

Browse files
authoredSep 26, 2018
Fix method name
It's not only about storing in database
1 parent bbe1aae commit 42aaa23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsvectorlayersavestyledialog.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class QgsVectorLayerSaveStyleDialog : public QDialog, private Ui::QgsVectorLayer
5353

5454
private slots:
5555
void updateSaveButtonState();
56-
void showDbHelp();
56+
void showHelp();
5757
void readUiFileContent( const QString &filePath );
5858

5959
private:

0 commit comments

Comments
 (0)
Please sign in to comment.