src/hbcore/utils/hbdeviceprofile.cpp
changeset 28 b7da29130b0e
parent 21 4633027730f5
--- a/src/hbcore/utils/hbdeviceprofile.cpp	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbcore/utils/hbdeviceprofile.cpp	Fri Sep 17 08:32:10 2010 +0300
@@ -88,9 +88,8 @@
                 found = true;
             }
         }
-        if (!found) {
-            qWarning() << "Device profile" << name << "not found!";
-        }
+        // The !found case is actually normal, just have the default constructed
+        // profile in that case, no need to raise errors.
     }
 }