mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Qt: move open_dir to qt_utils
This commit is contained in:
parent
89514c043a
commit
bd49ad358c
3 changed files with 42 additions and 28 deletions
|
@ -56,5 +56,11 @@ namespace gui
|
|||
|
||||
// Loads the app icon from path and embeds it centered into an empty square icon
|
||||
QIcon get_app_icon_from_path(const std::string& path, const std::string& title_id);
|
||||
|
||||
// Open a path in the explorer and mark the file
|
||||
void open_dir(const std::string& spath);
|
||||
|
||||
// Open a path in the explorer and mark the file
|
||||
void open_dir(const QString& path);
|
||||
} // utils
|
||||
} // gui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue