diff options
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -99,6 +99,9 @@ class SheMov : public QMainWindow { //TreeView Actions QAction *mNewSeriesA; QAction *mDeleteFromSeriesA; + QAction *mExpandAllSeriesA; + QAction *mCollapseAllSeriesA; + QAction *mExpandCurrentA; QActionGroup *mOpenWithGroupFS; QActionGroup *mOpenWithGroupAV; |