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

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Extras/Printers/cups/printerdriverloader.cpp

  • 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:
61
61
    QByteArray ppdMakeModel;
62
62
    QByteArray ppdName;
63
63
 
64
 
    // cups_option_t option;
65
64
    QList<PrinterDriver> drivers;
66
65
 
67
66
    for (attr = ippFirstAttribute(response); attr != NULL && m_running; attr = ippNextAttribute(response)) {