diff -r 7a71a914afdb -r 6d2b32f305f9 branchpropwindow.h --- a/branchpropwindow.h Thu May 07 08:48:53 2009 +0000 +++ b/branchpropwindow.h Wed May 13 08:26:27 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 //