added movable reading lists title tool bar to the sidebar

This commit is contained in:
Luis Ángel San Martín
2014-10-28 15:49:34 +01:00
parent b0d944e6b6
commit 0ecae3b44a
6 changed files with 107 additions and 16 deletions

View File

@ -184,6 +184,13 @@ private:
QAction * updateFolderAction;
QAction * updateCurrentFolderAction;
//reading lists actions
QAction * addReadingListAction;
QAction * deleteReadingListAction;
//--
//QAction * expandAllNodesRLAction;
//QAction * colapseAllNodesRLAction;
QList<QAction *> itemActions;
QList<QAction *> viewActions;