mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Ref T125, utility functions
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c6f3a7033d
commit
329b0512eb
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user