diff options
Diffstat (limited to 'src/qmmpui')
| -rw-r--r-- | src/qmmpui/generalfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/generalfactory.h b/src/qmmpui/generalfactory.h index 3e0838586..c1bcc72ae 100644 --- a/src/qmmpui/generalfactory.h +++ b/src/qmmpui/generalfactory.h @@ -77,7 +77,7 @@ public: */ virtual void showAbout(QWidget *parent) = 0; /*! - * Creates QTranslator object of the system locale. Should return 0 if translation doesn't exist. + * Creates QTranslator object of the system locale. Should return \b 0 if translation doesn't exist. * @param parent Parent object. */ virtual QTranslator *createTranslator(QObject *parent) = 0; |
