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

Theming #41

Merged
merged 16 commits into from Jun 9, 2017
Prev Previous commit
Next Next commit
[ListView] Remove unused property
  • Loading branch information
neochapay committed Jun 9, 2017
commit d744fc4fb5e2fb522f85ef3cdd37b1dc09a8f3d9
1 change: 0 additions & 1 deletion src/controls/ListViewItemWithActions.qml
Expand Up @@ -13,7 +13,6 @@ Item {
property string description: ""
property string subdescription: ""
property string icon: ""
property string page: ""

property bool showNext: true

Expand Down