~osomon/oxide/override-touchUngrabEvent

« back to all changes in this revision

Viewing changes to qt/quick/api/oxideqquickscriptmessage.cc

  • Committer: Chris Coulson
  • Date: 2016-01-13 18:16:11 UTC
  • Revision ID: chris.coulson@canonical.com-20160113181611-vo55lgwngvcj9u1h
Various clean-ups in soon-to-be-public headers. Also, we rename header files based on whether they're going to be public or not

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
// License along with this library; if not, write to the Free Software
16
16
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
17
17
 
 
18
#include "oxideqquickscriptmessage.h"
18
19
#include "oxideqquickscriptmessage_p.h"
19
 
#include "oxideqquickscriptmessage_p_p.h"
20
20
 
 
21
#include "oxideqquickwebframe.h"
21
22
#include "oxideqquickwebframe_p.h"
22
 
#include "oxideqquickwebframe_p_p.h"
23
23
 
24
24
OXIDE_Q_IMPL_PROXY_HANDLE_CONVERTER(OxideQQuickScriptMessage,
25
25
                                    oxide::qt::ScriptMessageProxyHandle);