~ahayzen/+junk/printing-destination-app-prototype-cups-cmake

« back to all changes in this revision

Viewing changes to backend/Ubuntu_Printing_App/backend.cpp

  • Committer: Andrew Hayzen
  • Date: 2016-12-13 12:37:45 UTC
  • Revision ID: ahayzen@gmail.com-20161213123745-1axkklgg59rp3hji
* Rename to ubuntu-printing-app

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
void BackendPlugin::registerTypes(const char *uri)
22
22
{
23
 
    Q_ASSERT(uri == QLatin1String("Destination_App"));
 
23
    Q_ASSERT(uri == QLatin1String("Ubuntu_Printing_App"));
24
24
 
25
25
    qmlRegisterType<Document>(uri, 1, 0, "Document");
26
26
    qmlRegisterType<Printer>(uri, 1, 0, "Printer");