mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
View/Model support push_back
This commit is contained in:
@@ -580,6 +580,12 @@ namespace BlackGui
|
||||
//! Insert
|
||||
void insert(const ContainerType &container, bool resize = true);
|
||||
|
||||
//! Push back
|
||||
void push_back(const ObjectType &value, bool resize = true);
|
||||
|
||||
//! Push back
|
||||
void push_back(const ContainerType &container, bool resize = true);
|
||||
|
||||
//! Value object at
|
||||
const ObjectType &at(const QModelIndex &index) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user