0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-30 19:19:56 +03:00

followTo has been fixed

This commit is contained in:
Arin Alexander
2016-12-24 11:49:56 +03:00
parent 3807ac0c57
commit 658a6e7e09
2 changed files with 30 additions and 9 deletions

View File

@@ -147,6 +147,7 @@ public:
QString followTo() const;
void setFollowTo(const QString &followTo);
void setFollower(TextItem* follower);
void clearFollower();
bool hasFollower();
TextItem* follower(){ return m_follower;}
bool initFollower(QString follower);