Skip to content

Commit

Permalink
Fix spelling and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannQDQ authored and nyalldawson committed Apr 24, 2023
1 parent cc57254 commit 63ea221
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/options/qgsuserprofileselectiondialog.cpp
Expand Up @@ -30,7 +30,7 @@ QgsUserProfileSelectionDialog::QgsUserProfileSelectionDialog( QgsUserProfileMana
setupUi( this );
setWindowIcon( QIcon( QgsApplication::appIconPath() ) );

// Select user profile on double click
// Select user profile on double-click
connect( mProfileListWidget, &QListWidget::itemDoubleClicked, this, &QgsUserProfileSelectionDialog::accept );

// Add a new profile on button click
Expand Down
5 changes: 5 additions & 0 deletions src/core/qgsuserprofilemanager.h
Expand Up @@ -44,6 +44,11 @@ class CORE_EXPORT QgsUserProfileManager : public QObject

public:

/**
* User profile selection policy.
*
* \since QGIS 3.32
*/
enum UserProfileSelectionPolicy
{
LastProfile = 0, //!< Open the last closed profile (only mode supported prior to QGIS 3.32)
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsuserprofilesettingsdialog.ui
Expand Up @@ -39,7 +39,7 @@
</font>
</property>
<property name="text">
<string>These settings do not apply if a profile was explicitely selected with the --profile command line argument</string>
<string>These settings do not apply if a profile was explicitly selected with the --profile command line argument</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
Expand Down

0 comments on commit 63ea221

Please sign in to comment.