mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
CLI: Add Unicode support on Windows (#8618)
This commit is contained in:
@@ -80,6 +80,7 @@ private slots:
|
||||
void testShow();
|
||||
void testInvalidDbFiles();
|
||||
void testYubiKeyOption();
|
||||
void testNonAscii();
|
||||
|
||||
private:
|
||||
QScopedPointer<QFile> m_devNull;
|
||||
@@ -90,6 +91,7 @@ private:
|
||||
QScopedPointer<TemporaryFile> m_keyFileProtectedDbFile;
|
||||
QScopedPointer<TemporaryFile> m_keyFileProtectedNoPasswordDbFile;
|
||||
QScopedPointer<TemporaryFile> m_yubiKeyProtectedDbFile;
|
||||
QScopedPointer<TemporaryFile> m_nonAsciiDbFile;
|
||||
|
||||
QScopedPointer<QBuffer> m_stdout;
|
||||
QScopedPointer<QBuffer> m_stderr;
|
||||
|
||||
Reference in New Issue
Block a user