~jonas-drange/ubuntu-ui-extras/add-loadprinter

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Extras/Printers/printer/printerjob.h

  • Committer: Jonas G. Drange
  • Date: 2017-02-23 14:48:59 UTC
  • mfrom: (130.1.2 clean-up-for-review)
  • Revision ID: jonas.drange@canonical.com-20170223144859-s0ryoz7t9sm8lufg
drops a lot of code that was not used, and some TODOS/FIXMES that aren't necessary

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
    QDateTime m_completed_time;
152
152
    int m_copies;
153
153
    QDateTime m_creation_time;
154
 
    PrinterBackend *m_backend; // TODO: Maybe use the printer's backend?
 
154
    PrinterBackend *m_backend;
155
155
    QString m_printerName;
156
156
    int m_duplex_mode;
157
157
    int m_impressions_completed;