summaryrefslogtreecommitdiff
path: root/src/libs/utils/projectintropage.h
diff options
context:
space:
mode:
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