add Qt viewport
This commit is contained in:
@@ -119,8 +119,8 @@ public:
|
||||
void AddAdapter(AdapterInterface &ad) { m_a.push_back(Adapter(ad)); }
|
||||
|
||||
void Update() {
|
||||
foreach(Adapter &ad, m_a) {
|
||||
foreach(DItem &item, m_v) {
|
||||
for(Adapter &ad : m_a) {
|
||||
for(DItem &item : m_v) {
|
||||
item.m_adapter->operator()(ad, item.m_value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user