Skip to content
Snippets Groups Projects

Citests

Closed Armin Felder requested to merge citests into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -5,7 +5,7 @@
int main( int argc, char **argv )
{
QGuiApplication app( argc, argv );
QCoreApplication app( argc, argv );
TestUtils utils;
ApiCompatTests api;
Loading