summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/projectcreateimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/widgets/projectcreateimpl.cpp')
-rw-r--r--muse2/muse/widgets/projectcreateimpl.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/muse2/muse/widgets/projectcreateimpl.cpp b/muse2/muse/widgets/projectcreateimpl.cpp
index 5e81cfe4..a019df95 100644
--- a/muse2/muse/widgets/projectcreateimpl.cpp
+++ b/muse2/muse/widgets/projectcreateimpl.cpp
@@ -18,7 +18,9 @@ ProjectCreateImpl::ProjectCreateImpl(QWidget *parent) :
connect(buttonBox, SIGNAL(accepted()), this, SLOT(ok()));
#if QT_VERSION >= 0x040700
projectNameEdit->setPlaceholderText("<Project Name>");
- commentEdit->setPlaceholderText("<Add information about project here>");
+ // Orcan: Commented out since there is no QPlainTextEdit::setPlaceholderText()
+ // as of Qt-4.7.1
+ //commentEdit->setPlaceholderText("<Add information about project here>");
#endif
directoryPath = config.projectBaseFolder;
updateDirectoryPath();