aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/newclasswidget.h
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2011-03-02 17:13:33 +0100
committerFriedemann Kleint <[email protected]>2011-03-02 17:14:19 +0100
commit505256fab9db5ef479ebc69e46191b1a0a605919 (patch)
treedd01d8c8673867c73563566693c46737d097d4e4 /src/libs/utils/newclasswidget.h
parentb37cd3325cce75a054c3de59b39f1e935b70ef06 (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.h6
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)