diff -r 12958f987bcf -r 2f002657dada branchpropwindow.h --- a/branchpropwindow.h Wed Jul 16 10:46:14 2008 +0000 +++ b/branchpropwindow.h Tue May 26 11:24:51 2009 +0000 @@ -8,7 +8,7 @@ #include -#include "attributedelegate.h" +//#include "attributedelegate.h" #include "branchobj.h" #include "vymmodel.h" @@ -32,8 +32,8 @@ void linkHideUnselectedChanged (int); void incImgVerChanged (int); void incImgHorChanged (int); - void addAttributeClicked(); - void deleteAttributeClicked(); +// void addAttributeClicked(); +// void deleteAttributeClicked(); signals: void windowClosed(); @@ -53,9 +53,9 @@ QColor penColor; QColor brushColor; - QAbstractItemModel *attributeModel; +// QAbstractItemModel *attributeModel; - AttributeDelegate delegate; +// AttributeDelegate delegate; }; #endif //