Removed commented code
This commit is contained in:
parent
ddb9190fbe
commit
d31178725b
1 changed files with 0 additions and 8 deletions
|
@ -40,14 +40,6 @@ struct default_arg<int> {
|
|||
static int get() { return -1; }
|
||||
};
|
||||
|
||||
//Pointer types -> NULL (partial specialization)
|
||||
//NOTE: Comented because it doesn't makeno sense to send a pointer over the network, but I just left it here for reference --albertvaka
|
||||
/*template<class T*>
|
||||
struct default_arg<T*> {
|
||||
static T* get() { NULL; }
|
||||
};
|
||||
*/
|
||||
|
||||
//QByteArray-> empty qbytearray
|
||||
template<>
|
||||
struct default_arg<QByteArray> {
|
||||
|
|
Loading…
Reference in a new issue