Master element: improve how the comment is displayed when there isn't linked to a slave

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3426 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-10-31 10:22:46 +00:00
parent eb2d3fcaa9
commit f071fc8d09
3 changed files with 51 additions and 54 deletions

View File

@@ -21,7 +21,6 @@
#include "customelement.h"
class CrossRefItem;
class CommentItem;
/**
* @brief The MasterElement class
@@ -47,9 +46,11 @@ class MasterElement : public CustomElement
public slots:
void updateLabel();
private:
bool aboutDeleteXref ();
private:
CrossRefItem *cri_;
CommentItem *m_ci;
};
#endif // MASTERELEMENT_H