--- a/gui.h Mon Mar 18 13:16:21 2013 +0200 +++ b/gui.h Mon Mar 18 18:29:02 2013 +0200 @@ -35,11 +35,13 @@ QAction* qAct_newSubfile, *qAct_newLine, *qAct_newTriangle, *qAct_newQuad; QAction* qAct_newCondLine, *qAct_newComment, *qAct_newVector, *qAct_newVertex; QAction* qAct_splitQuads, *qAct_setContents, *qAct_inline; + QAction* qAct_settings; QAction* qAct_about, *qAct_aboutQt; ForgeWindow (); void buildObjList (); void setTitle (); + void refresh (); // Where would a new item be inserted into? ulong getInsertionPoint (); @@ -75,6 +77,8 @@ void slot_copy (); void slot_paste (); + void slot_settings (); + void slot_about (); void slot_aboutQt (); };