src/hbcore/utils/hbthetestwidget_p.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 5 627c4a0fd0e7
--- a/src/hbcore/utils/hbthetestwidget_p.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbcore/utils/hbthetestwidget_p.h	Fri May 14 16:09:54 2010 +0300
@@ -81,6 +81,7 @@
     void setApplicationBackground(); // only for S60
     void showThemeServerMemoryInfo();
     void screenCapture(); // not working on HW
+    void createSharedMemoryReport() const;
 
 protected:
     QSizeF sizeHint(Qt::SizeHint which, const QSizeF &constraint) const;
@@ -90,6 +91,9 @@
     void orientationChanged(Qt::Orientation newOrientation);
 
 private:
+    void showWarning(QString text);
+
+private:
     HbTheTestWidgetPrivate *d;
 };