diff base/XmlExportable.h @ 4:149bb02a41ba

* Session file save, and the skeleton of session file load.
author Chris Cannam
date Fri, 13 Jan 2006 18:05:07 +0000
parents 581f67f370f3
children 070e9e1e40ea
line wrap: on
line diff
--- a/base/XmlExportable.h	Thu Jan 12 17:19:08 2006 +0000
+++ b/base/XmlExportable.h	Fri Jan 13 18:05:07 2006 +0000
@@ -22,6 +22,8 @@
     static QString encodeEntities(QString);
 
     static QString encodeColour(QColor);
+
+    static int getObjectExportId(const void *); // not thread-safe
 };
 
 #endif