fix #67, Update to Font Awesome 7, added Pro+ icon support

This commit is contained in:
Rick Blommers
2025-08-28 15:59:34 +02:00
parent c197c2a272
commit e8230650d5
25 changed files with 8649 additions and 4980 deletions

View File

@@ -1,7 +1,7 @@
/**
* MIT Licensed
*
* Copyright 2011-2022 - Reliable Bits Software by Blommers IT. All Rights Reserved.
* Copyright 2011-2025 - Ribit Software by Blommers IT. All Rights Reserved.
* Author Rick Blommers
*/
@@ -19,6 +19,6 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
MainWindow w;
w.show();
w.show();
return app.exec();
}