Skip to content

Commit 6b138fc

Browse files
author
florianlink
committed
remoted QClipboard promoter
git-svn-id: http://svn.code.sf.net/p/pythonqt/code/trunk@357 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
1 parent 6d72ce6 commit 6b138fc

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

generated_cpp_47/com_trolltech_qt_gui/com_trolltech_qt_gui1.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -1629,11 +1629,6 @@ void PythonQtWrapper_QClipboard::clear(QClipboard* theWrappedObject, QClipboard:
16291629
( theWrappedObject->clear(mode));
16301630
}
16311631

1632-
bool PythonQtWrapper_QClipboard::event(QClipboard* theWrappedObject, QEvent* arg__1)
1633-
{
1634-
return ( ((PythonQtPublicPromoter_QClipboard*)theWrappedObject)->promoted_event(arg__1));
1635-
}
1636-
16371632
QImage PythonQtWrapper_QClipboard::image(QClipboard* theWrappedObject, QClipboard::Mode mode) const
16381633
{
16391634
return ( theWrappedObject->image(mode));

generated_cpp_47/com_trolltech_qt_gui/com_trolltech_qt_gui1.h

-6
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,6 @@ void delete_QCleanlooksStyle(QCleanlooksStyle* obj) { delete obj; }
252252

253253

254254

255-
256-
class PythonQtPublicPromoter_QClipboard : public QClipboard
257-
{ public:
258-
inline bool promoted_event(QEvent* arg__1) { return QClipboard::event(arg__1); }
259-
};
260-
261255
class PythonQtWrapper_QClipboard : public QObject
262256
{ Q_OBJECT
263257
public:

generated_cpp_48/com_trolltech_qt_gui/com_trolltech_qt_gui1.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -2617,10 +2617,6 @@ void PythonQtWrapper_QClipboard::clear(QClipboard* theWrappedObject, QClipboard:
26172617
( theWrappedObject->clear(mode));
26182618
}
26192619

2620-
bool PythonQtWrapper_QClipboard::event(QClipboard* theWrappedObject, QEvent* arg__1)
2621-
{
2622-
return ( ((PythonQtPublicPromoter_QClipboard*)theWrappedObject)->promoted_event(arg__1));
2623-
}
26242620

26252621
QImage PythonQtWrapper_QClipboard::image(QClipboard* theWrappedObject, QClipboard::Mode mode) const
26262622
{

generated_cpp_48/com_trolltech_qt_gui/com_trolltech_qt_gui1.h

-5
Original file line numberDiff line numberDiff line change
@@ -375,11 +375,6 @@ void delete_QCleanlooksStyle(QCleanlooksStyle* obj) { delete obj; }
375375

376376

377377

378-
class PythonQtPublicPromoter_QClipboard : public QClipboard
379-
{ public:
380-
inline bool promoted_event(QEvent* arg__1) { return QClipboard::event(arg__1); }
381-
};
382-
383378
class PythonQtWrapper_QClipboard : public QObject
384379
{ Q_OBJECT
385380
public:

0 commit comments

Comments
 (0)