Torc  0.1
torcjsonrpc.h
Go to the documentation of this file.
1 #ifndef TORCJSONRPC_H
2 #define TORCJSONRPC_H
3 
4 // Qt
5 #include <QString>
6 
8 {
9  public:
10  static QString QMetaTypetoJavascriptType (int MetaType);
11 };
12 
13 #endif // TORCJSONRPC_H
static QString QMetaTypetoJavascriptType(int MetaType)
Definition: torcjsonrpc.cpp:29