~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-zesty-2329

« back to all changes in this revision

Viewing changes to Ubuntu/Settings/Menus/plugin.h

  • Committer: Nick Dedekind
  • Date: 2014-10-23 20:52:22 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: nick.dedekind@canonical.com-20141023205222-gzfjfsulihhhl2wn
Added SyncSwitch & SyncCheckBox

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 */
16
16
 
17
 
#ifndef UBUNTUSETTINGSCOMPOENNTS_PLUGIN_H
18
 
#define UBUNTUSETTINGSCOMPOENNTS_PLUGIN_H
 
17
#ifndef UBUNTUSETTINGSMENUS_PLUGIN_H
 
18
#define UBUNTUSETTINGSMENUS_PLUGIN_H
19
19
 
20
20
#include <QtQml/QQmlExtensionPlugin>
21
21
 
22
 
class UbuntuSettingsComponentsPlugin : public QQmlExtensionPlugin
 
22
class UbuntuSettingsMenusPlugin : public QQmlExtensionPlugin
23
23
{
24
24
    Q_OBJECT
25
25
    Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
27
27
    void registerTypes(const char *uri);
28
28
};
29
29
 
30
 
#endif // UBUNTUSETTINGSCOMPOENNTS_PLUGIN_H
 
30
#endif // UBUNTUSETTINGSMENUS_PLUGIN_H