~faenil/ubuntu-ui-toolkit/scrollbar_moreHoverFixesAndTests

« back to all changes in this revision

Viewing changes to src/Ubuntu/UbuntuToolkit/qquickmimedata.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:
25
25
 
26
26
#include <QDebug>
27
27
 
 
28
UT_NAMESPACE_BEGIN
 
29
 
28
30
/*!
29
31
 * \qmltype MimeData
30
 
 * \instantiates QQuickMimeData
31
 
 * \inqmlmodule Ubuntu.Components 1.1
 
32
 * \inqmlmodule Ubuntu.Components
32
33
 * \ingroup ubuntu
33
34
 * \brief MimeData type provides interface to access and store data to the
34
35
 * Clipboard.
267
268
    if (emitSignal)
268
269
        Q_EMIT dataChanged();
269
270
}
 
271
 
 
272
UT_NAMESPACE_END