Updraft
1.0
Open source glider flight visualisation tool.
|
#include <QtGui>
#include <QMetaType>
Go to the source code of this file.
Namespaces | |
namespace | Updraft |
namespace | Updraft::Core |
Functions | |
Q_DECLARE_METATYPE (QDir) | |
bool | Updraft::Core::variantsEqual (const QVariant &var1, const QVariant &var2) |
QString | Updraft::Core::variantToString (const QVariant &var) |
This function is defined so that we can control conversion to a string for any type that a variant can hold. | |
QVariant | Updraft::Core::variantFromString (const QString &data, const QString &typeName) |
void | Updraft::Core::registerMetaTypes () |
Q_DECLARE_METATYPE | ( | QDir | ) |