Skip to content

Commit e371fe9

Browse files
committed
add font-links to about-dialog – tab "libraries"
1 parent ad29893 commit e371fe9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sources/ui/aboutqetdialog.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ void AboutQETDialog::setLibraries()
192192
addLibrary(ui->m_libraries_label, "KDE lib", "https://api.kde.org");
193193
addLibrary(ui->m_libraries_label, "Single application", "https://github.com/itay-grudev/SingleApplication");
194194
addLibrary(ui->m_libraries_label, "pugixml", "https://pugixml.org");
195+
addLibrary(ui->m_libraries_label, "Liberation fonts", "https://github.com/liberationfonts/liberation-fonts");
196+
addLibrary(ui->m_libraries_label, "osifont", "https://github.com/hikikomori82/osifont");
195197
}
196198

197199
/**

0 commit comments

Comments
 (0)