~dobey/ubuntu-printing-app/add-notifier-daemon

« back to all changes in this revision

Viewing changes to tests/unittests/backend/tst_document.cpp

  • Committer: Rodney Dawes
  • Date: 2017-03-17 17:55:52 UTC
  • mfrom: (23.2.3 ubuntu-printing-app)
  • Revision ID: rodney.dawes@canonical.com-20170317175552-267wu0f58hf7mzbz
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <QSignalSpy>
24
24
#include <QTest>
25
25
 
26
 
#include "Ubuntu_Printing_App/document.h"
 
26
#include "UbuntuPrintingApp/document.h"
27
27
 
28
28
#define A4_PORTRAIT_SIZE QSize(595, 842)
29
29
#define A4_LANDSCAPE_SIZE QSize(842, 595)