branchpropwindow.h
changeset 785 5987f9f15bac
parent 767 6d2b32f305f9
child 787 c6bb4fdcc55f
     1.1 --- a/branchpropwindow.h	Mon Jul 27 12:53:17 2009 +0000
     1.2 +++ b/branchpropwindow.h	Mon Aug 03 10:42:12 2009 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  public:
     1.5  	BranchPropertyWindow (QWidget *parent=0);
     1.6  	~BranchPropertyWindow ();
     1.7 -	void setBranch (BranchObj *);
     1.8 +	void setBranch (BranchItem *);
     1.9  	void setModel (VymModel *);
    1.10  
    1.11  private slots:
    1.12 @@ -48,6 +48,7 @@
    1.13  	Ui::BranchPropertyWindow ui;
    1.14  
    1.15  	BranchObj *branch;
    1.16 +	BranchItem *branchItem;
    1.17  	VymModel *model;
    1.18  
    1.19  	QColor penColor;