~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to plugins/Unity/Indicators/plugin.h

  • Committer: Michael Terry
  • Date: 2014-11-17 14:56:04 UTC
  • mfrom: (1317.1.118 unity8)
  • Revision ID: michael.terry@canonical.com-20141117145604-96dn9p5nwkifq2f4
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <QtQml/QQmlExtensionPlugin>
24
24
 
25
 
class Indicators2Plugin : public QQmlExtensionPlugin
 
25
class IndicatorsPlugin : public QQmlExtensionPlugin
26
26
{
27
27
    Q_OBJECT
28
28
    Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")