Skip to content

Commit

Permalink
Github Issue #184: Added missing declarations from the previous commits
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryFender committed Jul 5, 2024
1 parent f609b98 commit e807f38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions formatdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ class FormatData : public QTextBlockUserData
bool hidden;
bool formatted;
void addHiddenFormat(const int start,const int end, const int length,const FragmentData::FormatSymbol status, QString*linkText = nullptr);
void addMaskBit(const int start, const QString &startSymbol, const int end, const QString &endSymbol);
void addMaskBitForLinkContent(const int start, const int end, const QString &endSymbol);
};

#endif // FORMATDATA_H

0 comments on commit e807f38

Please sign in to comment.