~oxide-developers/oxide/14.04

« back to all changes in this revision

Viewing changes to qt/lib/browser/oxide_qt_message_pump.h

  • Committer: Chris Coulson
  • Date: 2013-07-26 22:30:14 UTC
  • Revision ID: chris.coulson@canonical.com-20130726223014-22diaj17fd9luojc
Get rid of liboxideprivate.so. It doesn't really make any sense to split functionality between 2 libraries and then have to expose private implementation details across API boundaries. Now we have a single public library exposing the QtQuick API, and a tiny Qml plugin to register the types

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include "base/compiler_specific.h"
26
26
#include "base/time/time.h"
27
27
 
28
 
#include "oxide/browser/oxide_message_pump.h"
 
28
#include "shared/browser/oxide_message_pump.h"
29
29
 
30
30
QT_BEGIN_NAMESPACE
31
31
class QEventLoop;