~ubuntu-branches/ubuntu/oneiric/pyside/oneiric

« back to all changes in this revision

Viewing changes to libpyside/qslot.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2010-10-19 22:52:14 UTC
  • mfrom: (1.1.4 upstream)
  • mto: (13.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101019225214-0s9fbpz12x3962qa
Tags: upstream-0.4.2
ImportĀ upstreamĀ versionĀ 0.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
static PyTypeObject Slot_Type = {
50
50
    PyObject_HEAD_INIT(NULL)
51
51
    0,                         /*ob_size*/
52
 
    "QtCore."SLOT_DEC_NAME,    /*tp_name*/
 
52
    "PySide.QtCore."SLOT_DEC_NAME, /*tp_name*/
53
53
    sizeof(SlotData),          /*tp_basicsize*/
54
54
    0,                         /*tp_itemsize*/
55
55
    0,                         /*tp_dealloc*/