diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-13 16:45:28 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-13 16:45:28 +0000 |
| commit | 1f0e403c9e83e6395230bf6e126742c3b41fe056 (patch) | |
| tree | 52228f2f42e694251cc436503eaeb6303d3c516c /src/qmmpui | |
| parent | ac579e12defcba790bc333d32cd8c64faccbeab8 (diff) | |
| download | qmmp-1f0e403c9e83e6395230bf6e126742c3b41fe056.tar.gz qmmp-1f0e403c9e83e6395230bf6e126742c3b41fe056.tar.bz2 qmmp-1f0e403c9e83e6395230bf6e126742c3b41fe056.zip | |
output and visual api documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@846 90c681e8-e032-0410-971d-27865f9a5e38
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; |
