Show button for full screen mode on Symbian, too.
[dorian] / infodialog.cpp
index 6080d59..904eb79 100644 (file)
@@ -65,8 +65,10 @@ InfoDialog::InfoDialog(Book *b, QWidget *parent, bool showButtons):
 
     addButton(tr("Read"), this, SLOT(onReadBook()),
               QDialogButtonBox::ActionRole);
+#ifndef Q_OS_SYMBIAN
     addButton(tr("Delete"), this, SLOT(onRemoveBook()),
               QDialogButtonBox::DestructiveRole);
+#endif
 }
 
 void InfoDialog::onReadBook()