diff --git a/debian/changelog b/debian/changelog index 48676f6..fdb8ba8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +lxqt-config (0.8.0-1) unstable; urgency=medium + + * Imported Upstream version 0.8.0 + * bump standards to 3.9.6 + * drop build dependency libegl1-mesa-dev, bug in Qt 5.3.0 is fixed + * Min Qt version 5.3.2 + * Min liblxqt-qt5-0-dev version 0.8.0 + * mangled symbols added + * lintian-overrides added + * patch some desktop files + + -- Alf Gaida Sat, 18 Oct 2014 12:04:49 +0200 + lxqt-config (0.7.96-1) unstable; urgency=low * Initial release (Closes: #747597) diff --git a/debian/control b/debian/control index 0998cae..cfcbebf 100644 --- a/debian/control +++ b/debian/control @@ -10,14 +10,12 @@ Build-Depends: libxfixes-dev, pkg-config, zlib1g-dev, - liblxqt-qt5-0-dev (>= 0.7.0), - libqt5x11extras5-dev (>= 5.3.0), + liblxqt-qt5-0-dev (>= 0.8.0), + libqt5x11extras5-dev (>= 5.3.2), libqt5xdg-dev (>= 1.0.0), - qttools5-dev (>= 5.3.0), - qttools5-dev-tools (>= 5.3.0), -# libegl1-mesa-dev is a workaround for a stupid qt 5.3.1 bug - libegl1-mesa-dev, -Standards-Version: 3.9.5 + qttools5-dev (>= 5.3.2), + qttools5-dev-tools (>= 5.3.2), +Standards-Version: 3.9.6 Homepage: https://github.com/lxde/lxqt-config #Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-config.git #Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-config.git;a=summary @@ -43,8 +41,7 @@ Priority: extra Depends: ${misc:Depends}, lxqt-config-qt5 (= ${binary:Version}), -Description: LXQt system settings center +Description: LXQt system settings center (debug) The LXQt system settings center . This package contain the debugging symbols for LXQt config ui. - diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 0000000..253f112 --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1,20 @@ +# there will be no manpages in a foreseable future +lxqt-config-qt5: binary-without-manpage usr/bin/lxqt-config-appearance +lxqt-config-qt5: binary-without-manpage usr/bin/lxqt-config-file-associations +lxqt-config-qt5: binary-without-manpage usr/bin/lxqt-config-input +lxqt-config-qt5: binary-without-manpage usr/bin/lxqt-config-monitor +lxqt-config-qt5: binary-without-manpage usr/bin/lxqt-config + + +# not a bug, LXQt has not reached freedesktop yet +lxqt-config-qt5: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-appearance.desktop +lxqt-config-qt5: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-file-associations.desktop +lxqt-config-qt5: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-input.desktop +lxqt-config-qt5: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-monitor.desktop +lxqt-config-qt5: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config.desktop + + +# there should be no shared lib liblxqt-config-cursor, if the lib is needed the lib should be private +lxqt-config-qt5: package-name-doesnt-match-sonames liblxqt-config-cursor +lxqt-config-qt5: shlib-without-versioned-soname usr/lib/liblxqt-config-cursor.so liblxqt-config-cursor.so +lxqt-config-qt5: pkg-has-shlibs-control-file-but-no-actual-shared-libs diff --git a/debian/patches/lxqt-desktop-files.patch b/debian/patches/lxqt-desktop-files.patch new file mode 100644 index 0000000..e2a9a1e --- /dev/null +++ b/debian/patches/lxqt-desktop-files.patch @@ -0,0 +1,49 @@ +Description:Fix some misbehaviour in upstream desktop files +Author: Alf Gaida + +--- +Bug: +Forwarded: +Last-Update: 2014-10-18 + +--- a/lxqt-config-appearance/lxqt-config-appearance.desktop.in ++++ b/lxqt-config-appearance/lxqt-config-appearance.desktop.in +@@ -6,6 +6,6 @@ + Exec=lxqt-config-appearance + Icon=preferences-desktop-theme + Categories=Settings;DesktopSettings;Qt;LXQt; +-OnlyShowIn=LXDE;LXQt; ++OnlyShowIn=LXQt; + + #TRANSLATIONS_DIR=translations +--- a/lxqt-config-input/lxqt-config-input.desktop.in ++++ b/lxqt-config-input/lxqt-config-input.desktop.in +@@ -6,6 +6,6 @@ + Exec=lxqt-config-input + Icon=input-keyboard + Categories=Qt;Settings;HardwareSettings;DesktopSettings;LXQt; +-OnlyShowIn=LXDE;LXQt; ++OnlyShowIn=LXQt; + + #TRANSLATIONS_DIR=translations +--- a/src/lxqt-config.desktop.in ++++ b/src/lxqt-config.desktop.in +@@ -6,6 +6,6 @@ + Exec=lxqt-config + Icon=preferences-system + Categories=Settings;DesktopSettings;Qt;LXQt; +-OnlyShowIn=LXDE;LXQt; ++OnlyShowIn=LXQt; + + #TRANSLATIONS_DIR=translations +--- a/lxqt-config-monitor/lxqt-config-monitor.desktop.in ++++ b/lxqt-config-monitor/lxqt-config-monitor.desktop.in +@@ -5,7 +5,7 @@ + Comment=Configure monitors + Exec=lxqt-config-monitor + Icon=preferences-desktop-display +-Categories=Settings;DesktopSettings;Qt;LXQt;;HardwareSettings; ++Categories=Settings;DesktopSettings;Qt;LXQt;HardwareSettings; + OnlyShowIn=LXQt; + + #TRANSLATIONS_DIR=translations diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..691b65c --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +lxqt-desktop-files.patch diff --git a/debian/symbols b/debian/symbols new file mode 100644 index 0000000..46dfab7 --- /dev/null +++ b/debian/symbols @@ -0,0 +1,252 @@ +liblxqt-config-cursor.so lxqt-config-qt5 #MINVER# + (c++)"applyTheme(XCursorThemeData const&)@Base" 0.8.0 + (c++)"haveXfixes()@Base" 0.8.0 + (c++)"loadCfgFile(QString const&, bool)@Base" 0.8.0 + (c++)"fixXDefaults(QString const&)@Base" 0.8.0 + (c++)"getCurrentTheme()@Base" 0.8.0 + (c++)"findDefaultTheme()@Base" 0.8.0 + (c++)"packXCursorTheme(QString const&, QDir const&, QString const&, bool)@Base" 0.8.0 + (c++)"removeXCursorTheme(QDir const&)@Base" 0.8.0 + (c++)"removeXCursorTheme(QDir const&, QString const&)@Base" 0.8.0 + (c++)"removeXCursorTheme(QString const&)@Base" 0.8.0 + (c++)"CursorInfo::~CursorInfo()@Base" 0.8.0 + (c++)"QByteArray::~QByteArray()@Base" 0.8.0 + (c++)"ItemDelegate::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0 + (c++)"ItemDelegate::qt_metacast(char const*)@Base" 0.8.0 + (c++)"ItemDelegate::staticMetaObject@Base" 0.8.0 + (c++)"ItemDelegate::ItemDelegate(QObject*)@Base" 0.8.0 + (c++)"ItemDelegate::~ItemDelegate()@Base" 0.8.0 + (c++)"Ui_SelectWnd::setupUi(QWidget*)@Base" 0.8.0 + (c++)"WarningLabel::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0 + (c++)"WarningLabel::qt_metacast(char const*)@Base" 0.8.0 + (c++)"WarningLabel::showDirInfo()@Base" 0.8.0 + (c++)"WarningLabel::staticMetaObject@Base" 0.8.0 + (c++)"WarningLabel::WarningLabel(QWidget*)@Base" 0.8.0 + (c++)"WarningLabel::~WarningLabel()@Base" 0.8.0 + (c++)"XCursorImage::convertARGB2PreMul(QImage&)@Base" 0.8.0 + (c++)"XCursorImage::XCursorImage(QString const&)@Base" 0.8.0 + (c++)"XCursorImage::XCursorImage(QString const&, QImage const&, int, int, unsigned int, unsigned int)@Base" 0.8.0 + (c++)"XCursorImage::XCursorImage(QString const&)@Base" 0.8.0 + (c++)"XCursorImage::XCursorImage(QString const&, QImage const&, int, int, unsigned int, unsigned int)@Base" 0.8.0 + (c++)"XCursorImage::~XCursorImage()@Base" 0.8.0 + (c++)"XCursorTheme::writeToDir(QDir const&)@Base" 0.8.0 + (c++)"XCursorTheme::writeXPTheme(QDir const&)@Base" 0.8.0 + (c++)"XCursorTheme::fixInfoFields()@Base" 0.8.0 + (c++)"XCursorTheme::findCursorFile(QDir const&, char const*)@Base" 0.8.0 + (c++)"XCursorTheme::parseThemeIndex(QDir const&)@Base" 0.8.0 + (c++)"XCursorTheme::writeIndexTheme(QDir const&)@Base" 0.8.0 + (c++)"XCursorTheme::findCursorByFXId(int)@Base" 0.8.0 + (c++)"XCursorTheme::findCursorRecord(QString const&, int)@Base" 0.8.0 + (c++)"XCursorTheme::parseXCursorTheme(QDir const&)@Base" 0.8.0 + (c++)"XCursorTheme::dumpInfo()@Base" 0.8.0 + (c++)"XCursorTheme::XCursorTheme(QDir const&, QString const&)@Base" 0.8.0 + (c++)"XCursorTheme::XCursorTheme()@Base" 0.8.0 + (c++)"XCursorTheme::XCursorTheme(QDir const&, QString const&)@Base" 0.8.0 + (c++)"XCursorTheme::XCursorTheme()@Base" 0.8.0 + (c++)"XCursorTheme::~XCursorTheme()@Base" 0.8.0 + (c++)"PreviewCursor::PreviewCursor(XCursorThemeData const&, QString const&)@Base" 0.8.0 + (c++)"PreviewWidget::clearTheme()@Base" 0.8.0 + (c++)"PreviewWidget::paintEvent(QPaintEvent*)@Base" 0.8.0 + (c++)"PreviewWidget::layoutItems()@Base" 0.8.0 + (c++)"PreviewWidget::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0 + (c++)"PreviewWidget::qt_metacast(char const*)@Base" 0.8.0 + (c++)"PreviewWidget::resizeEvent(QResizeEvent*)@Base" 0.8.0 + (c++)"PreviewWidget::mouseMoveEvent(QMouseEvent*)@Base" 0.8.0 + (c++)"PreviewWidget::setCursorHandle(unsigned int)@Base" 0.8.0 + (c++)"PreviewWidget::staticMetaObject@Base" 0.8.0 + (c++)"PreviewWidget::setTheme(XCursorThemeData const&)@Base" 0.8.0 + (c++)"PreviewWidget::PreviewWidget(QWidget*)@Base" 0.8.0 + (c++)"PreviewWidget::~PreviewWidget()@Base" 0.8.0 + (c++)"XCursorImages::XCursorImages(QString const&, QString const&)@Base" 0.8.0 + (c++)"XCursorImages::~XCursorImages()@Base" 0.8.0 + (c++)"XCursorThemeFX::parseScript(QString const&, unsigned int)@Base" 0.8.0 + (c++)"XCursorThemeFX::parseCursorFXTheme(QString const&)@Base" 0.8.0 + (c++)"XCursorThemeFX::str2num(QString const&, unsigned int&)@Base" 0.8.0 + (c++)"XCursorThemeFX::XCursorThemeFX(QString const&)@Base" 0.8.0 + (c++)"XCursorThemeFX::~XCursorThemeFX()@Base" 0.8.0 + (c++)"XCursorThemeXP::parseCursorXPTheme(QDir const&)@Base" 0.8.0 + (c++)"XCursorThemeXP::XCursorThemeXP(QString const&)@Base" 0.8.0 + (c++)"XCursorThemeXP::~XCursorThemeXP()@Base" 0.8.0 + (c++)"Ui_WarningLabel::setupUi(QWidget*)@Base" 0.8.0 + (c++)"XCursorImageXCur::parseImgData(void const*)@Base" 0.8.0 + (c++)"XCursorImageXCur::XCursorImageXCur(QString const&, void const*)@Base" 0.8.0 + (c++)"XCursorImageXCur::~XCursorImageXCur()@Base" 0.8.0 + (c++)"XCursorThemeData::parseIndexFile()@Base" 0.8.0 + (c++)"XCursorThemeData::XCursorThemeData(QDir const&)@Base" 0.8.0 + (c++)"XCursorThemeData::~XCursorThemeData()@Base" 0.8.0 + (c++)"XCursorImagesXCur::parseCursorFile(QString const&)@Base" 0.8.0 + (c++)"XCursorImagesXCur::XCursorImagesXCur(QDir const&, QString const&)@Base" 0.8.0 + (c++)"XCursorImagesXCur::XCursorImagesXCur(QString const&)@Base" 0.8.0 + (c++)"XCursorImagesXCur::XCursorImagesXCur(QDir const&, QString const&)@Base" 0.8.0 + (c++)"XCursorImagesXCur::XCursorImagesXCur(QString const&)@Base" 0.8.0 + (c++)"XCursorImagesXCur::~XCursorImagesXCur()@Base" 0.8.0 + (c++)"XCursorThemeModel::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0 + (c++)"XCursorThemeModel::qt_metacast(char const*)@Base" 0.8.0 + (c++)"XCursorThemeModel::removeTheme(QModelIndex const&)@Base" 0.8.0 + (c++)"XCursorThemeModel::searchPaths()@Base" 0.8.0 + (c++)"XCursorThemeModel::defaultIndex()@Base" 0.8.0 + (c++)"XCursorThemeModel::insertThemes()@Base" 0.8.0 + (c++)"XCursorThemeModel::handleDefault(QDir const&)@Base" 0.8.0 + (c++)"XCursorThemeModel::isCursorTheme(QString const&, int)@Base" 0.8.0 + (c++)"XCursorThemeModel::processThemeDir(QDir const&)@Base" 0.8.0 + (c++)"XCursorThemeModel::staticMetaObject@Base" 0.8.0 + (c++)"XCursorThemeModel::sort(int, Qt::SortOrder)@Base" 0.8.0 + (c++)"XCursorThemeModel::theme(QModelIndex const&)@Base" 0.8.0 + (c++)"XCursorThemeModel::addTheme(QDir const&)@Base" 0.8.0 + (c++)"XCursorThemeModel::findIndex(QString const&)@Base" 0.8.0 + (c++)"XCursorThemeModel::XCursorThemeModel(QObject*)@Base" 0.8.0 + (c++)"XCursorThemeModel::~XCursorThemeModel()@Base" 0.8.0 + (c++)"QStyleOptionViewItem::~QStyleOptionViewItem()@Base" 0.8.0 + (c++)"QMap::detach_helper()@Base" 0.8.0 + (c++)"QMap::~QMap()@Base" 0.8.0 + (c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.8.0 + (c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.8.0 + (c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.8.0 + (c++)"QHash::detach_helper()@Base" 0.8.0 + (c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.8.0 + (c++)"QHash::~QHash()@Base" 0.8.0 + (c++)"QHash::deleteNode2(QHashData::Node*)@Base" 0.8.0 + (c++)"QHash::duplicateNode(QHashData::Node*, void*)@Base" 0.8.0 + (c++)"QHash::~QHash()@Base" 0.8.0 + (c++)"QList::~QList()@Base" 0.8.0 + (c++)"QList::detach_helper(int)@Base" 0.8.0 + (c++)"QList::detach_helper_grow(int, int)@Base" 0.8.0 + (c++)"QList::append(QString const&)@Base" 0.8.0 + (c++)"QList::detach()@Base" 0.8.0 + (c++)"QList::QList(QList const&)@Base" 0.8.0 + (c++)"QList::~QList()@Base" 0.8.0 + (c++)"QList::operator+=(QList const&)@Base" 0.8.0 + (c++)"QList::QList(QList const&)@Base" 0.8.0 + (c++)"QList::~QList()@Base" 0.8.0 + (c++)"QList::detach_helper_grow(int, int)@Base" 0.8.0 + (c++)"QList::append(XCursorThemeFX::tAnimSeq const&)@Base" 0.8.0 + (c++)"QList::QList(QList const&)@Base" 0.8.0 + (c++)"QList::~QList()@Base" 0.8.0 + (c++)"QList::operator=(QList const&)@Base" 0.8.0 + (c++)"QList::detach_helper_grow(int, int)@Base" 0.8.0 + (c++)"QList::clear()@Base" 0.8.0 + (c++)"QList::append(XCursorImage* const&)@Base" 0.8.0 + (c++)"QList::QList(QList const&)@Base" 0.8.0 + (c++)"QList::~QList()@Base" 0.8.0 + (c++)"QList::detach_helper_grow(int, int)@Base" 0.8.0 + (c++)"QList::clear()@Base" 0.8.0 + (c++)"QList::append(PreviewCursor* const&)@Base" 0.8.0 + (c++)"QList::QList(QList const&)@Base" 0.8.0 + (c++)"QList::~QList()@Base" 0.8.0 + (c++)"QList::detach_helper_grow(int, int)@Base" 0.8.0 + (c++)"QList::clear()@Base" 0.8.0 + (c++)"QList::append(XCursorImages* const&)@Base" 0.8.0 + (c++)"QList::QList(QList const&)@Base" 0.8.0 + (c++)"QList::~QList()@Base" 0.8.0 + (c++)"QList::detach_helper_grow(int, int)@Base" 0.8.0 + (c++)"QList::append(XCursorThemeData* const&)@Base" 0.8.0 + (c++)"QList::QList(QList const&)@Base" 0.8.0 + (c++)"QList::~QList()@Base" 0.8.0 + (c++)"QDebug::~QDebug()@Base" 0.8.0 + (c++)"QDebug::operator<<(char const*)@Base" 0.8.0 + (c++)"QDebug::operator<<(QString const&)@Base" 0.8.0 + (c++)"QDebug::operator<<(unsigned int)@Base" 0.8.0 + (c++)"QString::QString(char const*)@Base" 0.8.0 + (c++)"QString::~QString()@Base" 0.8.0 + (c++)"QString::operator=(char const*)@Base" 0.8.0 + (c++)"QMapNode::destroySubTree()@Base" 0.8.0 + (c++)"SelectWnd::setCurrent()@Base" 0.8.0 + (c++)"SelectWnd::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0 + (c++)"SelectWnd::qt_metacast(char const*)@Base" 0.8.0 + (c++)"SelectWnd::showDirInfo()@Base" 0.8.0 + (c++)"SelectWnd::applyCurrent()@Base" 0.8.0 + (c++)"SelectWnd::handleWarning()@Base" 0.8.0 + (c++)"SelectWnd::currentChanged(QModelIndex const&, QModelIndex const&)@Base" 0.8.0 + (c++)"SelectWnd::staticMetaObject@Base" 0.8.0 + (c++)"SelectWnd::on_btRemove_clicked()@Base" 0.8.0 + (c++)"SelectWnd::on_btInstall_clicked()@Base" 0.8.0 + (c++)"SelectWnd::SelectWnd(LxQt::Settings*, QWidget*)@Base" 0.8.0 + (c++)"SelectWnd::~SelectWnd()@Base" 0.8.0 + (c++)"ItemDelegate::decoration(QModelIndex const&) const@Base" 0.8.0 + (c++)"ItemDelegate::metaObject() const@Base" 0.8.0 + (c++)"ItemDelegate::secondLine(QModelIndex const&) const@Base" 0.8.0 + (c++)"ItemDelegate::foregroundRole(QStyleOptionViewItem const&, QModelIndex const&) const@Base" 0.8.0 + (c++)"ItemDelegate::paint(QPainter*, QStyleOptionViewItem const&, QModelIndex const&) const@Base" 0.8.0 + (c++)"ItemDelegate::sizeHint(QStyleOptionViewItem const&, QModelIndex const&) const@Base" 0.8.0 + (c++)"ItemDelegate::firstLine(QModelIndex const&) const@Base" 0.8.0 + (c++)"WarningLabel::metaObject() const@Base" 0.8.0 + (c++)"XCursorImage::createIcon() const@Base" 0.8.0 + (c++)"XCursorImage::genXCursorImg(QByteArray&) const@Base" 0.8.0 + (c++)"XCursorImage::icon() const@Base" 0.8.0 + (c++)"XCursorImage::image(int) const@Base" 0.8.0 + (c++)"XCursorImage::cursor() const@Base" 0.8.0 + (c++)"XCursorImage::xcurSize() const@Base" 0.8.0 + (c++)"PreviewWidget::metaObject() const@Base" 0.8.0 + (c++)"PreviewWidget::sizeHint() const@Base" 0.8.0 + (c++)"XCursorImages::buildImage() const@Base" 0.8.0 + (c++)"XCursorImages::genXCursor() const@Base" 0.8.0 + (c++)"XCursorThemeData::createIcon() const@Base" 0.8.0 + (c++)"XCursorThemeData::isWritable() const@Base" 0.8.0 + (c++)"XCursorThemeData::xcLoadImage(QString const&, int) const@Base" 0.8.0 + (c++)"XCursorThemeData::xcLoadImages(QString const&, int) const@Base" 0.8.0 + (c++)"XCursorThemeData::autoCropImage(QImage const&) const@Base" 0.8.0 + (c++)"XCursorThemeData::findAlternative(QString const&) const@Base" 0.8.0 + (c++)"XCursorThemeData::loadCursorHandle(QString const&, int) const@Base" 0.8.0 + (c++)"XCursorThemeData::icon() const@Base" 0.8.0 + (c++)"XCursorThemeData::loadImage(QString const&, int) const@Base" 0.8.0 + (c++)"XCursorThemeModel::headerData(int, Qt::Orientation, int) const@Base" 0.8.0 + (c++)"XCursorThemeModel::metaObject() const@Base" 0.8.0 + (c++)"XCursorThemeModel::columnCount(QModelIndex const&) const@Base" 0.8.0 + (c++)"XCursorThemeModel::data(QModelIndex const&, int) const@Base" 0.8.0 + (c++)"XCursorThemeModel::hasTheme(QString const&) const@Base" 0.8.0 + (c++)"XCursorThemeModel::rowCount(QModelIndex const&) const@Base" 0.8.0 + (c++)"QMap::values(QString const&) const@Base" 0.8.0 + (c++)"QHash::findNode(QString const&, unsigned int*) const@Base" 0.8.0 + (c++)"QHash::findNode(QString const&, unsigned int*) const@Base" 0.8.0 + (c++)"QHash::findNode(unsigned char const&, unsigned int*) const@Base" 0.8.0 + (c++)"QString::operator==(char const*) const@Base" 0.8.0 + (c++)"QMapData::findNode(QString const&) const@Base" 0.8.0 + (c++)"QMapNode::copy(QMapData*) const@Base" 0.8.0 + (c++)"SelectWnd::metaObject() const@Base" 0.8.0 + (c++)"SelectWnd::iconsIsWritable() const@Base" 0.8.0 + (c++)"SelectWnd::selectRow(int) const@Base" 0.8.0 + (c++)"typeinfo for ItemDelegate@Base" 0.8.0 + (c++)"typeinfo for Ui_SelectWnd@Base" 0.8.0 + (c++)"typeinfo for WarningLabel@Base" 0.8.0 + (c++)"typeinfo for XCursorImage@Base" 0.8.0 + (c++)"typeinfo for XCursorTheme@Base" 0.8.0 + (c++)"typeinfo for PreviewWidget@Base" 0.8.0 + (c++)"typeinfo for XCursorImages@Base" 0.8.0 + (c++)"typeinfo for XCursorThemeFX@Base" 0.8.0 + (c++)"typeinfo for XCursorThemeXP@Base" 0.8.0 + (c++)"typeinfo for Ui_WarningLabel@Base" 0.8.0 + (c++)"typeinfo for XCursorImageXCur@Base" 0.8.0 + (c++)"typeinfo for XCursorImagesXCur@Base" 0.8.0 + (c++)"typeinfo for XCursorThemeModel@Base" 0.8.0 + (c++)"typeinfo for SelectWnd@Base" 0.8.0 + (c++)"typeinfo for Ui::WarningLabel@Base" 0.8.0 + (c++)"typeinfo name for ItemDelegate@Base" 0.8.0 + (c++)"typeinfo name for Ui_SelectWnd@Base" 0.8.0 + (c++)"typeinfo name for WarningLabel@Base" 0.8.0 + (c++)"typeinfo name for XCursorImage@Base" 0.8.0 + (c++)"typeinfo name for XCursorTheme@Base" 0.8.0 + (c++)"typeinfo name for PreviewWidget@Base" 0.8.0 + (c++)"typeinfo name for XCursorImages@Base" 0.8.0 + (c++)"typeinfo name for XCursorThemeFX@Base" 0.8.0 + (c++)"typeinfo name for XCursorThemeXP@Base" 0.8.0 + (c++)"typeinfo name for Ui_WarningLabel@Base" 0.8.0 + (c++)"typeinfo name for XCursorImageXCur@Base" 0.8.0 + (c++)"typeinfo name for XCursorImagesXCur@Base" 0.8.0 + (c++)"typeinfo name for XCursorThemeModel@Base" 0.8.0 + (c++)"typeinfo name for SelectWnd@Base" 0.8.0 + (c++)"typeinfo name for Ui::WarningLabel@Base" 0.8.0 + (c++)"vtable for ItemDelegate@Base" 0.8.0 + (c++)"vtable for WarningLabel@Base" 0.8.0 + (c++)"vtable for XCursorImage@Base" 0.8.0 + (c++)"vtable for XCursorTheme@Base" 0.8.0 + (c++)"vtable for PreviewWidget@Base" 0.8.0 + (c++)"vtable for XCursorImages@Base" 0.8.0 + (c++)"vtable for XCursorThemeFX@Base" 0.8.0 + (c++)"vtable for XCursorThemeXP@Base" 0.8.0 + (c++)"vtable for XCursorImageXCur@Base" 0.8.0 + (c++)"vtable for XCursorImagesXCur@Base" 0.8.0 + (c++)"vtable for XCursorThemeModel@Base" 0.8.0 + (c++)"vtable for SelectWnd@Base" 0.8.0 + (c++)"non-virtual thunk to WarningLabel::~WarningLabel()@Base" 0.8.0 + (c++)"non-virtual thunk to PreviewWidget::~PreviewWidget()@Base" 0.8.0 + (c++)"non-virtual thunk to SelectWnd::~SelectWnd()@Base" 0.8.0