mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
fix typo
This commit is contained in:
parent
b30f2b65b6
commit
838ac1d9ad
@ -1,6 +1,6 @@
|
||||
|
||||
/** A combobox which lets the user select map scale from predefined list
|
||||
* and highlights nearest to current scale valu
|
||||
* and highlights nearest to current scale value
|
||||
*/
|
||||
class QgsScaleComboBox : QComboBox
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
/** \ingroup gui
|
||||
* A combobox which lets the user select map scale from predefined list
|
||||
* and highlights nearest to current scale valu
|
||||
* and highlights nearest to current scale value
|
||||
**/
|
||||
class GUI_EXPORT QgsScaleComboBox : public QComboBox
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user