Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • fp311online/libfp311online
1 result
Show changes
Commits on Source (1)
......@@ -33,6 +33,7 @@ static void initResourcesOutsideNamespace()
#ifdef LIBFP311ONLINE_LOAD_DEVEL_CERT_RESOURCE
Q_INIT_RESOURCE(devel_cert);
#endif
Q_INIT_RESOURCE(prod_cert);
}
using namespace Fp311Online;
......