Beispiel #1
0
void TestBenchmark::initTestCase()
      {
      initMTest();
      }
void TestPlugins::initTestCase()
      {
      initMTest();
      qmlRegisterType<MScore>    ("MuseScore", 1, 0, "MScore");
      qmlRegisterType<QmlPlugin> ("MuseScore", 1, 0, "MuseScore");
      }