mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-28 04:06:27 -05:00
Add RemoveItemsByName()
Helper function to remove Items by name from std::queue of Item
This commit is contained in:
@@ -32,6 +32,9 @@ protected:
|
||||
friend ItemSettingsDialog;
|
||||
};
|
||||
|
||||
void EXPORT RemoveItemsByName(std::deque<std::shared_ptr<Item>> &items,
|
||||
const QStringList &names);
|
||||
|
||||
class ItemSettingsDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user