Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/TextStream.h')
-rw-r--r--src/cli/TextStream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli/TextStream.h b/src/cli/TextStream.h
index 2dc116352..0091ec108 100644
--- a/src/cli/TextStream.h
+++ b/src/cli/TextStream.h
@@ -43,6 +43,8 @@ public:
explicit TextStream(QByteArray* array, QIODevice::OpenMode openMode = QIODevice::ReadWrite);
explicit TextStream(const QByteArray& array, QIODevice::OpenMode openMode = QIODevice::ReadOnly);
+ void write(const char* str);
+
private:
void detectCodec();
};