~faenil/ubuntu-ui-toolkit/scrollbar_moreHoverFixesAndTests

« back to all changes in this revision

Viewing changes to src/Ubuntu/UbuntuToolkit/unitythemeiconprovider.h

  • 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:
20
20
#define UNITY_THEME_ICON_PROVIDER_H
21
21
 
22
22
#include <QQuickImageProvider>
23
 
 
24
 
class UnityThemeIconProvider: public QQuickImageProvider
 
23
#include <ubuntutoolkitglobal.h>
 
24
 
 
25
namespace UbuntuToolkit {
 
26
 
 
27
class UBUNTUTOOLKIT_EXPORT UnityThemeIconProvider: public QQuickImageProvider
25
28
{
26
29
public:
27
30
    UnityThemeIconProvider(const QString &themeName = QStringLiteral("suru"));
31
34
    QSharedPointer<class IconTheme> theme;
32
35
};
33
36
 
 
37
UT_NAMESPACE_END
 
38
 
34
39
#endif