OSDN Git Service

高速化の試み
[gefu/Gefu.git] / mainwindow.h
index bfef3e2..0c0612c 100644 (file)
@@ -98,6 +98,7 @@ public slots:
     void    view_statusChanged(const QString &text);\r
 \r
 private:\r
+    typedef QList<QAction*> ActionList;\r
     enum Mode {\r
         ModeBasic,      // 二画面モード\r
         ModeFull,       // 単画面モード\r
@@ -108,6 +109,7 @@ private:
     OverWriteDialog m_overwriteDialog;\r
     Mode m_viewMode;\r
     Mode m_prevMode;\r
+    ActionList m_actions;\r
 \r
     FolderModel*        activeModel() const;\r
     Panel*              activePanel() const;\r