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

Add email plugin #15

Merged
merged 1 commit into from Oct 22, 2012
Merged

Add email plugin #15

merged 1 commit into from Oct 22, 2012

Conversation

VDVsx
Copy link
Contributor

@VDVsx VDVsx commented Oct 19, 2012

Please check that it works for you :)

@@ -1,6 +1,6 @@
TEMPLATE = lib
CONFIG += qt plugin hide_symbols
QT += declarative
QT += declarative webkit network
Copy link
Contributor

Choose a reason for hiding this comment

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

please do this inside email/src/src.pro, not everything requires webkit/network

@rburchell
Copy link
Contributor

please update README in the root to note the existence of this plugin. I haven't reviewed the C++ as I'm assuming it's basically just a direct copy - so there's not much point

@VDVsx
Copy link
Contributor Author

VDVsx commented Oct 19, 2012

Yes, no changes in c++ part apart from replacing main.cpp with plugin.cpp

{
Q_ASSERT(uri == QLatin1String("org.nemomobile.email"));

qmlRegisterType<FolderListModel>(uri, 0, 1, "FolderListModel");
Copy link
Contributor

Choose a reason for hiding this comment

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

cough, shouldn't have made me look :-)

your indentation is off here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Crap, copy past fail :P

rburchell added a commit that referenced this pull request Oct 22, 2012
@rburchell rburchell merged commit 44b38c4 into nemomobile-graveyard:master Oct 22, 2012
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