151 QList<QToolButton*> m_colorButtons; |
151 QList<QToolButton*> m_colorButtons; |
152 QList<QAction*> m_recentFiles; |
152 QList<QAction*> m_recentFiles; |
153 MessageManager* m_msglog; |
153 MessageManager* m_msglog; |
154 Ui_LDForgeUI* ui; |
154 Ui_LDForgeUI* ui; |
155 |
155 |
156 void invokeAction (QAction* act, void (*func) ()); |
156 void invokeAction (QAction* act, void (*func)()); |
157 |
157 |
158 |
158 |
159 private slots: |
159 private slots: |
160 void slot_selectionChanged(); |
160 void slot_selectionChanged(); |
161 void slot_recentFile(); |
161 void slot_recentFile(); |