demos/qtdemo/examplecontent.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
--- a/demos/qtdemo/examplecontent.cpp	Fri Sep 17 08:34:18 2010 +0300
+++ b/demos/qtdemo/examplecontent.cpp	Mon Oct 04 01:19:32 2010 +0300
@@ -91,8 +91,8 @@
     if (paragraphs.length() < 1 && Colors::verbose)
         qDebug() << "- ExampleContent::loadDescription(): Could not load description:"
                  << MenuManager::instance()->info[this->name]["docfile"];
-    QString description = Colors::contentColor +
-        QLatin1String("Could not load description. Ensure that the documentation for Qt is built.");
+    QString description = Colors::contentColor + QLatin1String(""); 
+    //QLatin1String("Could not load description. Ensure that the documentation for Qt is built."); // QTBUG-12522: If there is no description why show an error to the user when qDebug above communications the issue (if it is indeed an issue at all) when demos are built?
     for (int p = 0; p < int(paragraphs.length()); ++p) {
         description = this->extractTextFromParagraph(paragraphs.item(p));
         if (this->isSummary(description)) {