Translations:KDevelop5/Manual/Code generation with templates/73/da

From KDE UserBase Wiki
Revision as of 11:03, 7 April 2020 by Claus chr (talk | contribs) (Created page with "// each private slot is a test private slots: // -- tests to run on slots -- void testNumberOfPassengers(); void testNameOfDriver(); // -- tests to run on sign...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

// each private slot is a test private slots:

   // -- tests to run on slots --
   void testNumberOfPassengers();
   void testNameOfDriver();
   // -- tests to run on signals --
   void testNumberOfPassengersChanged();
   void testNameOfDriverChanged();

private:

   Transportation::Bus m_bus;

};</syntaxhighlight>