Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - class ConnectionTypeWrapper
 - : public QObject
 - {
 - Q_OBJECT
 - Q_ENUMS(ConnectionType)
 - public:
 - enum ConnectionType {
 - X509 = 0
 - };
 - enum ConnectionType e;
 - };
 - class ProtocolTypeWrapper
 - : public QObject
 - {
 - Q_OBJECT
 - Q_ENUMS(ProtocolType)
 - public:
 - enum ProtocolType {
 - UDP = 0,
 - TCP = 1
 - };
 - enum ProtocolType e;
 - };
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment