Translations:KDevelop5/Manual/Code generation with templates/72/en: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
{{Input|1=<nowiki>class TestBus: public QObject
<syntaxhighlight lang="cpp" line>class TestBus: public QObject
{
{
     Q_OBJECT
     Q_OBJECT

Latest revision as of 08:38, 2 April 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (KDevelop5/Manual/Code generation with templates)
<syntaxhighlight lang="cpp" line>class TestBus: public QObject
{
   Q_OBJECT

<syntaxhighlight lang="cpp" line>class TestBus: public QObject {

   Q_OBJECT