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
2017-01-23 11:53:07 +03:00
parent 0261a11b30
commit f927f3a83c
2 changed files with 6 additions and 6 deletions

View File

@@ -150,8 +150,8 @@ public:
void setFollowTo(const QString &followTo);
void setFollower(TextItem* follower);
void clearFollower();
bool hasFollower();
TextItem* follower(){ return m_follower;}
bool hasFollower() const;
TextItem* follower() const { return m_follower;}
bool initFollower(QString follower);
// IPageInit interface