Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Aug 21, 2024
1 parent 2c49880 commit fbbe554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/ui/widgets/aboutwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ AboutWidget::AboutWidget(QWidget *parent)
#endif
#endif
parties << "icons";
parties << "easing";

for (const auto &doc: parties) {
QFile file(doc == "friction" ? QString(":/docs/LICENSE") : QString(":/docs/3rdparty/%1.html").arg(doc));
Expand Down

0 comments on commit fbbe554

Please sign in to comment.