aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/projectintropage.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-03-02 17:13:33 +0100
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-03-02 17:14:19 +0100
commit505256fab9db5ef479ebc69e46191b1a0a605919 (patch)
treedd01d8c8673867c73563566693c46737d097d4e4 /src/libs/utils/projectintropage.h
parentb37cd3325cce75a054c3de59b39f1e935b70ef06 (diff)
API-Documentation: Add the Utils-library.
Fix API after doc template change.
Diffstat (limited to 'src/libs/utils/projectintropage.h')
-rw-r--r--src/libs/utils/projectintropage.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/libs/utils/projectintropage.h b/src/libs/utils/projectintropage.h
index 665f784de2..3aa84a0a82 100644
--- a/src/libs/utils/projectintropage.h
+++ b/src/libs/utils/projectintropage.h
@@ -42,19 +42,6 @@ namespace Utils {
struct ProjectIntroPagePrivate;
-/* Standard wizard page for a single file letting the user choose name
- * and path. Looks similar to FileWizardPage, but provides additional
- * functionality:
- * - Description label at the top for displaying introductory text
- * - It does on the fly validation (connected to changed()) and displays
- * warnings/errors in a status label at the bottom (the page is complete
- * when fully validated, validatePage() is thus not implemented).
- *
- * Note: Careful when changing projectintropage.ui. It must have main
- * geometry cleared and QLayout::SetMinimumSize constraint on the main
- * layout, otherwise, QWizard will squeeze it due to its strange expanding
- * hacks. */
-
class QTCREATOR_UTILS_EXPORT ProjectIntroPage : public QWizardPage
{
Q_OBJECT