1.1 --- a/editxlinkdialog.h Thu Sep 14 11:38:17 2006 +0000
1.2 +++ b/editxlinkdialog.h Mon Jan 14 16:27:00 2008 +0000
1.3 @@ -3,6 +3,13 @@
1.4
1.5 #include "ui_editxlinkdialog.h"
1.6
1.7 +/*! \brief Dialog to edit or delete XLinks
1.8 +
1.9 +Using xLinks one can link one branch to any other, just like attaching a rope
1.10 +between two branches in a real tree. This is especially useful in complex maps,
1.11 +where you want to have crossreferences which don't fit on the same visible area
1.12 +*/
1.13 +
1.14 class EditXLinkDialog:public QDialog
1.15 {
1.16 Q_OBJECT