--- a/src/hbplugins/devicedialogs/devicemessageboxplugin/hbdevicemessageboxwidget.cpp Wed Aug 18 10:05:37 2010 +0300
+++ b/src/hbplugins/devicedialogs/devicemessageboxplugin/hbdevicemessageboxwidget.cpp Thu Sep 02 20:44:51 2010 +0300
@@ -306,6 +306,18 @@
return HbMessageBox::standardButtons();
}
+
+void HbDeviceMessageBoxWidget::setShowLevel(int level)
+{
+ // Show level can only be set on construction
+ Q_UNUSED(level)
+}
+
+int HbDeviceMessageBoxWidget::showLevel() const
+{
+ return 0;
+}
+
// Action (accept or reject) was triggered
void HbDeviceMessageBoxWidget::actionTriggered()
{