mirror of
https://github.com/QRouland/UTPass.git
synced 2026-01-11 03:46:58 +00:00
Add support for ssh clone
This commit is contained in:
@@ -80,6 +80,14 @@ public:
|
||||
*/
|
||||
Q_INVOKABLE bool rmDir(QUrl dir_url);
|
||||
|
||||
/**
|
||||
* @brief Verify that file exists at the specified URL.
|
||||
*
|
||||
* @param path The URL of the file to verfidy.
|
||||
* @return `true` if the file exist; `false` otherwise.
|
||||
*/
|
||||
Q_INVOKABLE bool fileExists(QUrl path);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user