Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[port] Port to Qt5/QtQuick2 #1

Merged
merged 1 commit into from Aug 16, 2013
Merged

[port] Port to Qt5/QtQuick2 #1

merged 1 commit into from Aug 16, 2013

Conversation

faenil
Copy link
Member

@faenil faenil commented Aug 6, 2013

Ported to QtQuick2 + few fixes in db code.

Also got rid of some useless includes in cpp code

#ifdef HAS_BOOSTER
application = MDeclarativeCache::qApplication(argc, argv);
view = MDeclarativeCache::qDeclarativeView();
application->setApplicationName("qmlnotes");
application->setOrganizationName("org.nemomobile");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be moved outside the #if; the call to qQuickView() is just returning a cached instance here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right

@special
Copy link

special commented Aug 16, 2013

LGTM

@faenil
Copy link
Member Author

faenil commented Aug 16, 2013

Fixed those small things as well, merging

faenil added a commit that referenced this pull request Aug 16, 2013
[port] Port to Qt5/QtQuick2
@faenil faenil merged commit 2c6606d into nemomobile:master Aug 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants