~chrisccoulson/oxide/lp1504853

« back to all changes in this revision

Viewing changes to qt/renderer/main.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:
17
17
 
18
18
#include "base/memory/scoped_ptr.h"
19
19
 
20
 
#include "oxide/app/oxide_main.h"
 
20
#include "shared/app/oxide_main.h"
21
21
 
22
 
#include "oxide-qt/core/common/oxide_qt_content_main_delegate.h"
 
22
#include "qt/lib/common/oxide_qt_content_main_delegate.h"
23
23
 
24
24
int main(int argc, const char* argv[]) {
25
25
  scoped_ptr<oxide::ContentMainDelegate> delegate(