mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
patch manager
This commit is contained in:
parent
1668900fb8
commit
2dca8d84e1
14 changed files with 1318 additions and 190 deletions
|
@ -66,6 +66,9 @@ namespace gui
|
|||
|
||||
// Open a path in the explorer and mark the file
|
||||
void open_dir(const QString& path);
|
||||
|
||||
// Finds a child of a QTreeWidgetItem with given text
|
||||
QTreeWidgetItem* find_child(QTreeWidgetItem* parent, const QString& text);
|
||||
|
||||
// Constructs and adds a child to a QTreeWidgetItem
|
||||
QTreeWidgetItem* add_child(QTreeWidgetItem* parent, const QString& text, int column = 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue