~faenil/ubuntu-ui-toolkit/scrollbar_moreHoverFixesAndTests

« back to all changes in this revision

Viewing changes to src/Ubuntu/UbuntuToolkit/ucthemingextension.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:
22
22
#include <QtQml/private/qqmlcomponentattached_p.h>
23
23
#include <QtGui/QGuiApplication>
24
24
 
 
25
UT_NAMESPACE_BEGIN
 
26
 
25
27
/*
26
28
 * The UCThemingExtension interface provides theme handling on Items extending an existing
27
29
 * QQuickItem derivate class. Items subject fo theming should derive from this class
284
286
    }
285
287
    return item;
286
288
}
 
289
 
 
290
UT_NAMESPACE_END