diff options
author | Friedemann Kleint <[email protected]> | 2011-03-02 17:13:33 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2011-03-02 17:14:19 +0100 |
commit | 505256fab9db5ef479ebc69e46191b1a0a605919 (patch) | |
tree | dd01d8c8673867c73563566693c46737d097d4e4 /src/libs/utils/newclasswidget.h | |
parent | b37cd3325cce75a054c3de59b39f1e935b70ef06 (diff) |
API-Documentation: Add the Utils-library.
Fix API after doc template change.
Diffstat (limited to 'src/libs/utils/newclasswidget.h')
-rw-r--r-- | src/libs/utils/newclasswidget.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libs/utils/newclasswidget.h b/src/libs/utils/newclasswidget.h index 638bcde4615..632f9556c28 100644 --- a/src/libs/utils/newclasswidget.h +++ b/src/libs/utils/newclasswidget.h @@ -46,12 +46,6 @@ namespace Utils { struct NewClassWidgetPrivate; -/** - * NewClassWidget: Utility widget for 'New Class' wizards. Prompts the user - * to enter a class name (optionally derived from some base class) and file - * names for header, source and form files. Has some smart logic to derive - * the file names from the class name. - */ class QTCREATOR_UTILS_EXPORT NewClassWidget : public QWidget { Q_DISABLE_COPY(NewClassWidget) |