Summary: | The maxumum number of items for the DataLayer can't be setted | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Oleg Lyubimov <lyubimov.o.e> |
Component: | general | Assignee: | Dennis Nienhüser <nienhueser> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nienhueser |
Priority: | NOR | ||
Version First Reported In: | 1.4 (KDE 4.9) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/marble/e0a5578631f007a20af1e2e89be4a900d60f0741 | Version Fixed In: | |
Sentry Crash Report: |
Description
Oleg Lyubimov
2013-04-04 09:55:07 UTC
A global (static) variable is not an option here as it would affect all layers/plugins. DeclarativeDataPlugin can forward the property though. I'll commit a patch shortly. Git commit e0a5578631f007a20af1e2e89be4a900d60f0741 by Dennis Nienhüser. Committed on 05/04/2013 at 19:42. Pushed by nienhueser into branch 'master'. Publish numberOfItems property to QML. M +1 -0 src/lib/AbstractDataPlugin.h M +2 -0 src/plugins/declarative/DeclarativeDataPlugin.cpp http://commits.kde.org/marble/e0a5578631f007a20af1e2e89be4a900d60f0741 |