Add trash bin icon.
[dorian] / bookmarksdialog.cpp
index f125ed9..3f4bb8c 100644 (file)
@@ -34,6 +34,7 @@ BookmarksDialog::BookmarksDialog(Book *book_, QWidget *parent):
     setModel(model);
 
     addButton(tr("Add bookmark"), this, SLOT(onAdd()), "add");
+    addItemButton(tr("Delete bookmark"), this, SLOT(onDelete()), "remove");
 
     connect(this, SIGNAL(activated(const QModelIndex &)),
             this, SLOT(onItemActivated(const QModelIndex &)));