#include <qabstracteventdispatcher.h>
Definition at line 56 of file qabstracteventdispatcher.h.
Public Types | |
typedef T1 | first_type |
typedef T2 | second_type |
Public Member Functions | |
QPair () | |
QPair (const T1 &t1, const T2 &t2) | |
QPair< T1, T2 > & | operator= (const QPair< T1, T2 > &other) |
Public Attributes | |
T1 | first |
T2 | second |
typedef T1 first_type |
typedef T2 second_type |