mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Improve handling of remote sync saving
* Fixes sporadic failures on gui tests on Windows * Corrects inability to write to temporary config file while running tests * Corrects errors when using MockRemoteProcess due to missing functions
This commit is contained in:
@@ -32,6 +32,8 @@ public:
|
||||
void closeWriteChannel() override;
|
||||
bool waitForFinished(int msecs) override;
|
||||
[[nodiscard]] int exitCode() const override;
|
||||
virtual QString readOutput() override;
|
||||
virtual QString readError() override;
|
||||
|
||||
private:
|
||||
QByteArray m_data;
|
||||
|
||||
Reference in New Issue
Block a user