Workspace 6.21.5
Namespaces | Macros
settingshelper.cpp File Reference
#include "settingshelper.h"
#include <cassert>
#include <iostream>
#include <QCoreApplication>
#include <QDataStream>
#include <QDir>
#include <QFileInfo>
#include <QSettings>
#include <QString>
#include <QSystemSemaphore>
#include <QThread>
#include <QVariant>
#include "settingshelperimpl.h"
Include dependency graph for settingshelper.cpp:

Namespaces

namespace  CSIRO
 Top level namespace for all Workspace code.
 
namespace  CSIRO::Authentication
 

Macros

#define STRINGIFY(x)   #x
 
#define TOSTRING(x)   STRINGIFY(x)
 

Macro Definition Documentation

◆ STRINGIFY

#define STRINGIFY (   x)    #x

◆ TOSTRING

#define TOSTRING (   x)    STRINGIFY(x)

Variable Documentation

◆ settings

QSettings& settings