git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@77 bfdf4180-ca20-0410-9c96-a3a8aa849046

This commit is contained in:
xavierqet
2007-04-04 02:13:14 +00:00
parent 1ddd93826c
commit b0ff172ee7
11 changed files with 410 additions and 8 deletions

View File

@@ -17,5 +17,8 @@
// methodes
public:
inline ElementsPanel &elementsPanel() const { return(*elements_panel); }
public slots:
void newElement();
};
#endif