← Back to team overview

ubuntu-webapps-bugs team mailing list archive

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

 

Public bug reported:

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>)

** Affects: oxide
     Importance: Low
         Status: Triaged

** Changed in: oxide
   Importance: Undecided => Low

** Changed in: oxide
       Status: New => Triaged

-- 
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:
  Triaged

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


Follow ups