~faenil/ubuntu-ui-toolkit/scrollbar_moreHoverFixesAndTests

« back to all changes in this revision

Viewing changes to tests/unit/iconprovider/tst_iconprovider.cpp

  • Committer: Andrea Bernabei
  • Date: 2016-07-07 15:21:03 UTC
  • mfrom: (1903.1.124 staging)
  • Revision ID: andrea.bernabei@canonical.com-20160707152103-eaz1u4zpnyhlacwf
merge staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#include <QtTest/QtTest>
18
18
 
19
19
#define private public
20
 
#include "unitythemeiconprovider.h"
 
20
#include <unitythemeiconprovider.h>
21
21
#undef private
22
22
 
 
23
UT_USE_NAMESPACE
 
24
 
23
25
class tst_IconProvider : public QObject
24
26
{
25
27
    Q_OBJECT