mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:07:02 +08:00
refs #618, allow to set file name for saving in views
This commit is contained in:
@@ -25,6 +25,12 @@ namespace BlackMisc
|
||||
class BLACKMISC_EXPORT CFileUtils
|
||||
{
|
||||
public:
|
||||
//! Our JSON file name appendix
|
||||
static const QString &jsonAppendix();
|
||||
|
||||
//! JSON wildcard + appendix
|
||||
static const QString &jsonWildcardAppendix();
|
||||
|
||||
//! Write string to text file
|
||||
static bool writeStringToFile(const QString &content, const QString &fileNameAndPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user