← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1533710] Re: Various cleanups for soon-to-be-public headers

 

** Changed in: oxide
    Milestone: None => branch-1.13

** Changed in: oxide
     Assignee: (unassigned) => Chris Coulson (chrisccoulson)

** Changed in: oxide
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1533710

Title:
  Various cleanups for soon-to-be-public headers

Status in Oxide:
  Fix Released

Bug description:
  Before installing public headers, we should ensure:

  - QObjects with a public constructor all take an optional parent argument
  - Objects that shouldn't be constructed by applications have private and hidden constructors where this is possible.
  - Virtual functions that we override are marked with Q_DECL_OVERRIDE and protected where necessary.
  - All #include statements are fully qualified (eg, <QtCore/QObject> rather than <QObject>)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1533710/+subscriptions


References