Skip to content

Commit

Permalink
Fix method name
Browse files Browse the repository at this point in the history
It's not only about storing in database
  • Loading branch information
DelazJ committed Sep 26, 2018
1 parent bbe1aae commit 42aaa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsvectorlayersavestyledialog.h
Expand Up @@ -53,7 +53,7 @@ class QgsVectorLayerSaveStyleDialog : public QDialog, private Ui::QgsVectorLayer

private slots:
void updateSaveButtonState();
void showDbHelp();
void showHelp();
void readUiFileContent( const QString &filePath );

private:
Expand Down

0 comments on commit 42aaa23

Please sign in to comment.