mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[libcalamares] Fix typo in comment
This commit is contained in:
parent
81fe8b1488
commit
2f3062f4c2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ DLLEXPORT QString getString( const QVariantMap& map, const QString& key, const Q
|
||||||
|
|
||||||
/** @brief Get a string list from a mapping with a given key; returns @p d if no value.
|
/** @brief Get a string list from a mapping with a given key; returns @p d if no value.
|
||||||
*
|
*
|
||||||
* This is slightly more lenient that getString(), and a single-string value will
|
* This is slightly more lenient than getString(), and a single-string value will
|
||||||
* be returned as a 1-item list.
|
* be returned as a 1-item list.
|
||||||
*/
|
*/
|
||||||
DLLEXPORT QStringList getStringList( const QVariantMap& map, const QString& key, const QStringList& d = QStringList() );
|
DLLEXPORT QStringList getStringList( const QVariantMap& map, const QString& key, const QStringList& d = QStringList() );
|
||||||
|
|
Loading…
Add table
Reference in a new issue