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

Datepicker #52

Merged
merged 7 commits into from Oct 30, 2017
Merged

Datepicker #52

merged 7 commits into from Oct 30, 2017

Conversation

neochapay
Copy link
Contributor

No description provided.

int month(){return m_month;}
int year(){return m_year;}
public slots:
QVariant get(const int idx);

Choose a reason for hiding this comment

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

public:
    Q_INVOKABLE QVariant get(int index) const;

void setMonth(int month);
void setYear(int year);

QDate currentDate(){return m_currentDate;}

Choose a reason for hiding this comment

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

Add const and fix the code style (spacing).

@locusf
Copy link
Member

locusf commented Oct 30, 2017

Very good work, merging!

@locusf locusf merged commit 07510a9 into nemomobile:master Oct 30, 2017
@neochapay neochapay deleted the datepicker branch October 30, 2017 07:13
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

3 participants