Ref T125, utility functions

This commit is contained in:
Klaus Basan
2017-08-15 02:17:42 +02:00
committed by Mathew Sutcliffe
parent c6f3a7033d
commit 329b0512eb
6 changed files with 32 additions and 2 deletions

View File

@@ -60,6 +60,9 @@ namespace BlackMisc
//! Write string to text file in background
static bool writeStringToFileInBackground(const QString &content, const QString &fileNameAndPath);
//! Write byte array to file
static bool writeByteArrayToFile(const QByteArray &data, const QString &fileNameAndPath);
//! Append file paths
//! \sa CNetworkUtils::buildUrl for URLs
static QString appendFilePaths(const QString &path1, const QString &path2);