oopapidocs  2.0
variant.h
00001 #ifndef VARIANT_H
00002 #define VARIANT_H
00003 #include <QVariant>
00004 
00008 namespace Variant {
00009   const QVariant::Type File = static_cast<QVariant::Type>(128);
00010   const QVariant::Type Dir = static_cast<QVariant::Type>(129);
00011 }
00012 
00013 #endif
00014 
 All Classes Namespaces Functions Enumerations