Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercury13 committed Dec 15, 2024
1 parent ee58738 commit b26191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unicodia/MyWiki.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ namespace mywiki {
virtual void copyTextAbs(
QWidget* widget, const QRect& absRect, const QString& text) = 0;

/// Follows standard internet link (HTTP(S), MailTo…)
/// Follows standard internet link: HTTP(S), MailTo…
/// (Wiki itself parses links and decides what to do on click)
virtual void followUrl(const QString& x) = 0;

Expand Down

0 comments on commit b26191a

Please sign in to comment.