~ubuntu-branches/ubuntu/precise/python-qt4/precise-proposed

« back to all changes in this revision

Viewing changes to sip/QtGui/qmessagebox.sip

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell, Jonathan Riddell
  • Date: 2010-11-08 16:13:33 UTC
  • mfrom: (1.5.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108161333-0nec4wu0nz3wpf9r
Tags: 4.8.1-0ubuntu1
[ Jonathan Riddell ]
* New upstream release
* Build against python-sip-dev 4.11.2
* Remove kubuntu_02_fix-scpk-and-flag-issue.diff merged upstream
* Install __init__.py into /usr/lib/python3.2/dist-packages/PyQt4,
  fixes Python 3 support
* Add QtDeclarative to python-qt4
* Add kubuntu_03_uiparser.diff from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// qmessagebox.sip generated by MetaSIP on Mon Sep 20 14:10:27 2010
 
1
// qmessagebox.sip generated by MetaSIP on Fri Oct 29 15:43:58 2010
2
2
//
3
3
// This file is part of the QtGui Python extension module.
4
4
//
234
234
    QPushButton *defaultButton() const;
235
235
%End
236
236
%If (Qt_4_2_0 -)
237
 
    void setDefaultButton(QPushButton *);
 
237
    void setDefaultButton(QPushButton * /KeepReference/);
238
238
%End
239
239
%If (Qt_4_3_0 -)
240
240
    void setDefaultButton(QMessageBox::StandardButton);
243
243
    QAbstractButton *escapeButton() const;
244
244
%End
245
245
%If (Qt_4_2_0 -)
246
 
    void setEscapeButton(QAbstractButton *);
 
246
    void setEscapeButton(QAbstractButton * /KeepReference/);
247
247
%End
248
248
%If (Qt_4_3_0 -)
249
249
    void setEscapeButton(QMessageBox::StandardButton);