src/script/api/qscriptengine.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/src/script/api/qscriptengine.h	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/script/api/qscriptengine.h	Tue Jul 06 15:10:48 2010 +0300
@@ -125,6 +125,7 @@
         ExcludeSuperClassContents = 0x0006,
         SkipMethodsInEnumeration = 0x0008,
         ExcludeDeleteLater = 0x0010,
+        ExcludeSlots = 0x0020,
 
         AutoCreateDynamicProperties = 0x0100,
         PreferExistingWrapperObject = 0x0200
@@ -232,6 +233,7 @@
     QStringList importedExtensions() const;
 
     void collectGarbage();
+    void reportAdditionalMemoryCost(int size);
 
     void setProcessEventsInterval(int interval);
     int processEventsInterval() const;