trying to make services available to slide class
This commit is contained in:
parent
d96b933a7a
commit
dbc6b5e33a
4 changed files with 24 additions and 3 deletions
|
@ -45,8 +45,8 @@ public:
|
|||
Q_INVOKABLE void setFont(QString font);
|
||||
Q_INVOKABLE void setFontSize(int fontSize);
|
||||
|
||||
// Q_INVOKABLE void changeSlide(int index);
|
||||
// Q_INVOKABLE void nextSlide();
|
||||
Q_INVOKABLE void changeSlide(int index);
|
||||
Q_INVOKABLE void nextSlide();
|
||||
|
||||
signals:
|
||||
Q_INVOKABLE void textChanged(QString text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue