~kalikiana/ubuntu-ui-toolkit/appsettings

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/plugin/plugin.h

  • Committer: Zsombor Egri
  • Date: 2014-04-20 19:25:12 UTC
  • mto: (700.276.32 combobutton)
  • mto: This revision was merged to the branch mainline in revision 770.
  • Revision ID: zsombor.egri@canonical.com-20140420192512-o0juovm3r2a3myyj
version set to 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
private Q_SLOTS:
39
39
    void registerWindowContextProperty();
40
40
    void setWindowContextProperty(QWindow* focusWindow);
 
41
 
 
42
private:
 
43
    void registerTypesToVersion(const char *uri, int major, int minor);
41
44
};
42
45
#endif // UBUNTU_COMPONENTS_PLUGIN_H
43
46