Removed the watermark from the wizard pages

Too much Qt branding, looks cleaner without.
This commit is contained in:
Thorbjørn Lindeijer
2010-02-18 16:07:34 +01:00
parent e7ba2300c8
commit a6f43a492b
7 changed files with 17 additions and 53 deletions

View File

@@ -165,9 +165,7 @@ public:
// Build a file name, adding the extension unless baseName already has one
static QString buildFileName(const QString &path, const QString &baseName, const QString &extension);
// Return standard pixmap to be used as watermark
static QPixmap watermark();
// Set the standard watermark on a QWizard
// Sets some standard options on a QWizard
static void setupWizard(QWizard *);
protected: