~zsombi/ubuntu-ui-toolkit/themingWithItemChangeListener

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/plugin/ucthemingextension.h

  • Committer: Zsombor Egri
  • Date: 2015-10-07 18:06:29 UTC
  • Revision ID: zsombor.egri@canonical.com-20151007180629-0be0ethuld7mdm0o
convert UCThemingExtension into a proper interface so it can be cased with qobject_cast

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
    void setParentTheme();
111
111
};
112
112
 
 
113
#define UCThemingExtension_iid "org.qt-project.Qt.UCThemingExtension"
 
114
Q_DECLARE_INTERFACE(UCThemingExtension, UCThemingExtension_iid)
 
115
 
 
116
 
113
117
#endif // UCITEMEXTENSION_H