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

saveJournal gets called only after the note has been closed #31

Closed
nebomuk opened this issue May 12, 2012 · 1 comment
Closed

saveJournal gets called only after the note has been closed #31

nebomuk opened this issue May 12, 2012 · 1 comment

Comments

@nebomuk
Copy link
Collaborator

nebomuk commented May 12, 2012

No description provided.

@hakaishi
Copy link
Owner

That can't be because of:

void NobleNote::openNote(const QModelIndex &index /* = new QModelIndex*/){
...
if(pref->pSpin->value() > 0)
notes->timer->start(pref->pSpin->value() * 60000);
...
}

Note: If you don't set the spinbox in the preferences then nothing will happen if its value is 0

@nebomuk nebomuk closed this as completed May 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants