~faenil/ubuntu-ui-toolkit/scrollbar_moreHoverFixesAndTests

« back to all changes in this revision

Viewing changes to src/Ubuntu/UbuntuToolkit/privates/ucscrollbarutils.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:
2
2
#define UCSCROLLBARUTILS_H
3
3
 
4
4
#include <QObject>
 
5
#include <ubuntutoolkitglobal.h>
5
6
 
6
7
class QQuickFlickable;
7
 
class UCScrollbarUtils : public QObject
 
8
 
 
9
UT_NAMESPACE_BEGIN
 
10
 
 
11
class UBUNTUTOOLKIT_EXPORT UCScrollbarUtils : public QObject
8
12
{
9
13
    Q_OBJECT
10
14
public:
14
18
 
15
19
};
16
20
 
 
21
UT_NAMESPACE_END
 
22
 
17
23
#endif // UCSCROLLBARUTILS_H