Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 595486
Collapse All | Expand All

(-)/lxqt-config-appearance/iconthemeconfig.cpp (-3 / +1 lines)
Lines 35-43 Link Here
35
#include <QIcon>
35
#include <QIcon>
36
#include <QDebug>
36
#include <QDebug>
37
37
38
#include <private/qtxdg/qiconloader_p.h>
38
#include <private/qiconloader_p.h>
39
40
using namespace QtXdg;
41
39
42
IconThemeConfig::IconThemeConfig(LXQt::Settings* settings, QWidget* parent):
40
IconThemeConfig::IconThemeConfig(LXQt::Settings* settings, QWidget* parent):
43
    QWidget(parent),
41
    QWidget(parent),
(-)/lxqt-config-appearance/iconthemeinfo.cpp (-3 / +1 lines)
Lines 33-46 Link Here
33
#include "iconthemeinfo.h"
33
#include "iconthemeinfo.h"
34
#include <QDebug>
34
#include <QDebug>
35
35
36
#include <private/qtxdg/qiconloader_p.h>
36
#include <private/qiconloader_p.h>
37
37
38
#include <QStringBuilder>
38
#include <QStringBuilder>
39
39
40
#define PREVIEW_ICON_SIZE 22
40
#define PREVIEW_ICON_SIZE 22
41
41
42
using namespace QtXdg;
43
44
/*
42
/*
45
 * This algorithm is defined by the freedesktop spec:
43
 * This algorithm is defined by the freedesktop spec:
46
 * http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
44
 * http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html

Return to bug 595486