Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
#include "DotEnv.h"
#include "common/Settings.h"
#include <QCoreApplication>
#include <QDebug>
#include <QDir>
#include <QFile>
#include <QProcess>
#include <QProcessEnvironment>
#include <QStandardPaths>
#include <QString>
#include <QTextStream>
Namespaces | |
namespace | deskflow |
namespace | deskflow::gui |
Functions | |
QPair< QString, QString > | deskflow::gui::getPair (const QString &line) |
bool | deskflow::gui::open (QFile &file, const QString &filePath) |
void | deskflow::gui::dotenv (const QString &filename) |
A very basic Qt .env file parser. | |
QString | deskflow::gui::stripQuotes (const QString &value) |