We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad29893 commit e371fe9Copy full SHA for e371fe9
sources/ui/aboutqetdialog.cpp
@@ -192,6 +192,8 @@ void AboutQETDialog::setLibraries()
192
addLibrary(ui->m_libraries_label, "KDE lib", "https://api.kde.org");
193
addLibrary(ui->m_libraries_label, "Single application", "https://github.com/itay-grudev/SingleApplication");
194
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");
197
}
198
199
/**
0 commit comments