QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCKeychain.h
Go to the documentation of this file.
1#pragma once
2
3#include <QtCore/QByteArray>
4#include <QtCore/QString>
5
10namespace QGCKeychain
11{
12 bool writeBinary(const QString& key, const QByteArray& data);
13 QByteArray readBinary(const QString& key);
14 bool remove(const QString& key);
15}
QByteArray readBinary(const QString &key)
bool writeBinary(const QString &key, const QByteArray &data)
bool remove(const QString &key)