diff options
Diffstat (limited to 'src/qmmpui/filedialogfactory.h')
| -rw-r--r-- | src/qmmpui/filedialogfactory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/filedialogfactory.h b/src/qmmpui/filedialogfactory.h index 115d619d1..d5b790b18 100644 --- a/src/qmmpui/filedialogfactory.h +++ b/src/qmmpui/filedialogfactory.h @@ -36,7 +36,8 @@ public: { hasAbout = FALSE; } - bool hasAbout; /*!< Should be \b true if the file dialog plugin has about dialog, otherwise \b false */ + bool hasAbout; /*!< Should be \b true if the file dialog plugin has about dialog, otherwise should be + * \b false */ QString name; /*!< File dialog plugin full name */ QString shortName; /*!< File dialog short name for internal usage */ }; |
