aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/serverappmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/serverappmodel.h')
-rw-r--r--app/src/serverappmodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/serverappmodel.h b/app/src/serverappmodel.h
index ea3608f..9d7f352 100644
--- a/app/src/serverappmodel.h
+++ b/app/src/serverappmodel.h
@@ -56,8 +56,8 @@ class ServerAppModel : public QAbstractListModel {
Q_INVOKABLE void install(int index);
Q_INVOKABLE int launch(const QString& application);
- Q_INVOKABLE void getPrevPage(int pageIndex);
- Q_INVOKABLE void getNextPage(int pageIndex);
+ Q_INVOKABLE void getPrevPage(int PageIndex);
+ Q_INVOKABLE void getNextPage(int PageIndex);
Q_INVOKABLE void setNativeApplist(const QList<AppInfo>& applist);