~oxide-developers/oxide/14.04

« back to all changes in this revision

Viewing changes to qt/lib/common/oxide_qt_content_main_delegate.cc

  • 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:
19
19
 
20
20
#include "base/lazy_instance.h"
21
21
 
22
 
#include "oxide-qt/core/browser/oxide_qt_content_browser_client.h"
 
22
#include "qt/lib/browser/oxide_qt_content_browser_client.h"
23
23
 
24
24
namespace {
25
25
base::LazyInstance<oxide::qt::ContentBrowserClient> g_content_browser_client =