apol added inline comments.

INLINE COMMENTS

> CppGenerator.cpp:61
>          writeCopyrightHeader(stream);
> -        stream << "#pragma once" << endl << endl;
> -        stream << "#include <QDBusAbstractAdaptor>" << endl << endl;
> -        stream << "class QDBusObjectPath;" << endl << endl;
> -        stream << "namespace BluezQt" << endl << "{" << endl << endl;
> -        stream << "class " << className << ";" << endl << endl;
> -        stream << "class " << className << "Adaptor : public 
> QDBusAbstractAdaptor" << endl << "{" << endl;
> -        stream << "    Q_OBJECT " << endl;
> -        stream << "    Q_CLASSINFO(\"D-Bus Interface\", \"" << 
> interface.name() << "\")" << endl;
> +        stream << "#pragma once" << "\n" << "\n";
> +        stream << "#include <QDBusAbstractAdaptor>" << "\n" << "\n";

I'd either merge into the line or at least use '\n'.

REPOSITORY
  R269 BluezQt

REVISION DETAIL
  https://phabricator.kde.org/D26320

To: mlaurent, dfaure
Cc: apol, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

Reply via email to