diff options
Diffstat (limited to 'src/gui/models/listmodel.h')
-rw-r--r-- | src/gui/models/listmodel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/models/listmodel.h b/src/gui/models/listmodel.h index 4b72f7b87..77a2162e7 100644 --- a/src/gui/models/listmodel.h +++ b/src/gui/models/listmodel.h @@ -69,10 +69,10 @@ #include "localconsts.h" /** - * An interface for a model that represents a list. It is - * used in certain widgets, like the ListBox, to handle a - * lists with string elements. If you want to use widgets - * like ListBox, make a derived class from this class that + * An interface for a model that represents a list. It is + * used in certain widgets, like the ListBox, to handle a + * lists with string elements. If you want to use widgets + * like ListBox, make a derived class from this class that * represents your list. */ class ListModel notfinal |