This commit is contained in:
Alexander Bruy 2012-01-10 15:53:02 +02:00
parent b30f2b65b6
commit 838ac1d9ad
2 changed files with 2 additions and 2 deletions

View File

@ -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
{

View File

@ -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
{