Sort library by author or title. Sort books by two levels.
[dorian] / widgets / listwindow.h
index c9c958e..4e66301 100644 (file)
@@ -44,6 +44,12 @@ public:
     void addItemAction(const QString &title, QObject *receiver,
                        const char *slot);
 
+    /**
+      * Add an action to the menu.
+      */
+    QAction *addMenuAction(const QString &title, QObject *receiver,
+                           const char *slot);
+
 public slots:
 #ifdef Q_OS_SYMBIAN
     void show();