mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
pykde4: fix build of kdeui bindings
This commit is contained in:
parent
a9f5546ca2
commit
8e494b6ea3
6 changed files with 0 additions and 14 deletions
|
@ -164,14 +164,6 @@ file(GLOB ktexteditor_files_sip sip/ktexteditor/*.sip)
|
|||
set(SIP_EXTRA_FILES_DEPEND ${ktexteditor_files_sip})
|
||||
add_sip_python_module(PyKDE4.ktexteditor sip/ktexteditor/ktexteditormod.sip ${KDE4_KTEXTEDITOR_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KDEUI_LIBS} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
|
||||
|
||||
file(GLOB khtml_files_sip sip/khtml/*.sip)
|
||||
set(SIP_EXTRA_FILES_DEPEND ${khtml_files_sip})
|
||||
add_sip_python_module(PyKDE4.khtml sip/khtml/khtmlmod.sip ${KDE4_KHTML_LIBS})
|
||||
|
||||
file(GLOB knewstuff_files_sip sip/knewstuff/*.sip)
|
||||
set(SIP_EXTRA_FILES_DEPEND ${knewstuff_files_sip})
|
||||
add_sip_python_module(PyKDE4.knewstuff sip/knewstuff/knewstuffmod.sip ${KDE4_KNEWSTUFF2_LIBS} ${KDE4_KNEWSTUFF3_LIBS} ${QT_QTCORE_LIBRARY})
|
||||
|
||||
file(GLOB dnssd_files_sip sip/dnssd/*.sip)
|
||||
set(SIP_EXTRA_FILES_DEPEND ${dnssd_files_sip})
|
||||
add_sip_python_module(PyKDE4.dnssd sip/dnssd/dnssdmod.sip ${KDE4_KDNSSD_LIBS} ${QT_QTCORE_LIBRARY})
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#include <kjob.h>
|
||||
#include <kjobtrackerinterface.h>
|
||||
#include <kjobuidelegate.h>
|
||||
#include <klibloader.h>
|
||||
#include <klibrary.h>
|
||||
#include <klocalsocket.h>
|
||||
#include <kpluginfactory.h>
|
||||
|
|
|
@ -43,7 +43,6 @@ public:
|
|||
Qt::SortOrder sortOrder () const;
|
||||
void setSortCategoriesByNaturalComparison (bool sortCategoriesByNaturalComparison);
|
||||
bool sortCategoriesByNaturalComparison () const;
|
||||
static int naturalCompare (const QString& a, const QString& b);
|
||||
|
||||
protected:
|
||||
virtual bool lessThan (const QModelIndex& left, const QModelIndex& right) const;
|
||||
|
|
|
@ -49,8 +49,6 @@ protected:
|
|||
virtual void dropEvent (QDropEvent* event);
|
||||
virtual QModelIndex moveCursor (QAbstractItemView::CursorAction cursorAction, Qt::KeyboardModifiers modifiers);
|
||||
virtual void rowsInserted (const QModelIndex& parent, int start, int end);
|
||||
virtual void rowsInsertedArtifficial (const QModelIndex& parent, int start, int end);
|
||||
virtual void rowsRemoved (const QModelIndex& parent, int start, int end);
|
||||
virtual void updateGeometries ();
|
||||
virtual void slotLayoutChanged ();
|
||||
virtual void currentChanged (const QModelIndex& current, const QModelIndex& previous);
|
||||
|
|
|
@ -45,7 +45,6 @@ public:
|
|||
|
||||
typedef QFlags<KCharSelect::Control> Controls;
|
||||
|
||||
explicit KCharSelect (QWidget* parent /TransferThis/, const KCharSelect::Controls controls = KCharSelect::AllGuiElements);
|
||||
explicit KCharSelect (QWidget* parent /TransferThis/, KActionCollection* collection, const KCharSelect::Controls controls = KCharSelect::AllGuiElements);
|
||||
virtual QSize sizeHint () const;
|
||||
QChar currentChar () const;
|
||||
|
|
|
@ -35,7 +35,6 @@ public:
|
|||
Action,
|
||||
Application,
|
||||
Device,
|
||||
FileSystem,
|
||||
MimeType,
|
||||
Animation,
|
||||
Category,
|
||||
|
|
Loading…
Add table
Reference in a new issue