Jump to content

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

From KDE Wiki Sandbox
FuzzyBot (talk | contribs)
Importing a new version from external source
 
FuzzyBot (talk | contribs)
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