<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -510,3 +510,13 @@ QError* XmlParse::ParsePropertyName(QString const &amp; attribute_name, QString&amp; pro
 	
 	return NULL;
 }
+
+void XmlParse::DeprecationWarning(const char* element)
+{
+	qWarning(&quot;Use of %s was deprecated - might stop working in future releases&quot;, element); 
+}
+
+void XmlParse::NoLongerSupportedWarning(const char* element)
+{
+	qWarning(&quot;Use of %s is no longer supported&quot;, element);
+}
\ No newline at end of file</diff>
      <filename>mixxx/src/xmlparse.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -50,6 +50,8 @@ public:
 	
 	static QError* ParseProperty(QMetaProperty const &amp; property, QString const &amp; value, QVariant&amp; out_value);
 	static QError* ParsePropertyName(QString const &amp; attribute_name, QString&amp; property_name);
+	static void DeprecationWarning(const char* element);
+	static void NoLongerSupportedWarning(const char* element);
 };
 
 #endif</diff>
      <filename>mixxx/src/xmlparse.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ff2a0b4cbd0b18b09f9e49d351b8182e0385cb12</id>
    </parent>
  </parents>
  <author>
    <name>LCID Fire</name>
    <email>lcid-fire@gmx.net</email>
  </author>
  <url>http://github.com/LCID-Fire/mixxx/commit/00a8d1df3f61da825dda77a80a89394701183616</url>
  <id>00a8d1df3f61da825dda77a80a89394701183616</id>
  <committed-date>2009-07-01T12:32:53-07:00</committed-date>
  <authored-date>2009-07-01T12:32:53-07:00</authored-date>
  <message>Introduced:
 * DeprecationWarning
 * NoLongerSupportedWarning</message>
  <tree>1c5dc89167d053ff1628fdf64010d70514348a7a</tree>
  <committer>
    <name>LCID Fire</name>
    <email>lcid-fire@gmx.net</email>
  </committer>
</commit>
