1.1 --- a/branchpropwindow.h Wed Jul 16 10:46:14 2008 +0000
1.2 +++ b/branchpropwindow.h Mon Jul 27 12:53:17 2009 +0000
1.3 @@ -8,7 +8,7 @@
1.4 #include <QtGui>
1.5
1.6
1.7 -#include "attributedelegate.h"
1.8 +//#include "attributedelegate.h"
1.9 #include "branchobj.h"
1.10 #include "vymmodel.h"
1.11
1.12 @@ -32,8 +32,8 @@
1.13 void linkHideUnselectedChanged (int);
1.14 void incImgVerChanged (int);
1.15 void incImgHorChanged (int);
1.16 - void addAttributeClicked();
1.17 - void deleteAttributeClicked();
1.18 +// void addAttributeClicked();
1.19 +// void deleteAttributeClicked();
1.20
1.21 signals:
1.22 void windowClosed();
1.23 @@ -53,9 +53,9 @@
1.24 QColor penColor;
1.25 QColor brushColor;
1.26
1.27 - QAbstractItemModel *attributeModel;
1.28 +// QAbstractItemModel *attributeModel;
1.29
1.30 - AttributeDelegate delegate;
1.31 +// AttributeDelegate delegate;
1.32 };
1.33
1.34 #endif //