Remove empty Q_SIGNALS & Q_SLOTS
This commit is contained in:
parent
f9cca29bd1
commit
33f2670f07
@ -39,18 +39,15 @@ public:
|
||||
monthNumber,
|
||||
yearNumber
|
||||
};
|
||||
|
||||
explicit DaysModel(QObject *parent = 0);
|
||||
void setSourceData(QList<DayData>* data);
|
||||
virtual int rowCount(const QModelIndex &parent) const;
|
||||
virtual QVariant data(const QModelIndex &index, int role) const;
|
||||
void update();
|
||||
|
||||
Q_SIGNALS:
|
||||
|
||||
public Q_SLOTS:
|
||||
|
||||
|
||||
private:
|
||||
QList<DayData>* m_data;
|
||||
QList<DayData> *m_data;
|
||||
};
|
||||
|
||||
#endif // DAYSMODEL_H
|
||||
|
Loading…
Reference in New Issue
Block a user