[clazy] [Bug 400942] New: using QObject::QObject; should make the clazy-ctor-missing-parent-argument go away

Albert Astals Cid bugzilla_noreply at kde.org
Sun Nov 11 18:58:54 GMT 2018


https://bugs.kde.org/show_bug.cgi?id=400942

            Bug ID: 400942
           Summary: using QObject::QObject; should make the
                    clazy-ctor-missing-parent-argument go away
           Product: clazy
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: unassigned-bugs at kde.org
          Reporter: aacid at kde.org
                CC: smartins at kde.org
  Target Milestone: ---

Adding 
   using QObject::QObject;
actually provides a constructor that takes QObject parent argument in the
constructor, so i think that warning should not trigger for classes that have
that "constructor inheritance"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list